Installation überspringen. In unter 2 Minuten einsatzbereit.
Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Google Search Console mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.
Zusammenfassung
Google Search Console für AI-Agents: Suchleistung (Suchanfragen, Seiten, Länder, Geräte, Klicks, Impressionen, CTR, Position), URL-Prüfung, Sitemaps und Properties, dazu ein integriertes SEO-Playbook. 11 Tools, OAuth2.
Frag einfach
Beispiel-Prompts für Google Search Console
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Google Search Console klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Google Search Console
Google Search Console für AI-Agents: Suchleistung (Suchanfragen, Seiten, Länder, Geräte, Klicks, Impressionen, CTR, Position), URL-Prüfung, Sitemaps und Properties, dazu ein integriertes SEO-Playbook. 11 Tools, OAuth2.
Einrichtung
This connector wraps the Google Search Console API (searchconsole.googleapis.com): Search Analytics (clicks, impressions, CTR, average position), the URL Inspection API (index status, canonical, crawl, rich results), sitemaps and property management. 11 tools.
Start with gsc_seo_playbook. It costs no API call and returns ready-made recipes (period comparison, striking-distance keywords, cannibalisation, traffic-drop diagnosis, indexing audit…) with the exact request bodies to send.
…(continued in the in-app connector instructions)
Voraussetzungen: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
Connector lokal installieren
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle Google Search Console und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
gsc_seo_playbook | START HERE for any SEO analysis: returns, with NO API call, the ordered steps and exact request bodies for an overview, period comparison… |
gsc_list_sites | List every Search Console property the authorised Google account can see, with its permission level (siteOwner, siteFullUser… |
gsc_get_site | Get one Search Console property and the authorised account's permission level on it |
gsc_query_search_analytics | Query Google Search performance data (clicks, impressions, ctr, average position) for a property, grouped by any of query, page, country… |
gsc_inspect_url | Inspect how Google sees one URL: index verdict, coverage state (indexed, crawled or discovered but not indexed, excluded by noindex… |
gsc_list_sitemaps | List the sitemaps submitted for a property: path, last submitted and last downloaded times, pending state, sitemap-index flag, error and… |
gsc_get_sitemap | Get the status of one submitted sitemap: last submitted and downloaded, pending, errors, warnings and submitted URL counts per content type |
gsc_submit_sitemap | Submit (or resubmit) a sitemap for a property so Google fetches it |
gsc_delete_sitemap | Remove a sitemap from a property's sitemap report |
gsc_add_site | Add a property to the authorised account's Search Console |
gsc_remove_site | Remove a property from the authorised account's Search Console list |
Nächste Schritte
War dieser Guide hilfreich?