mcp-gsc-Produktmarke
Google Search Console · MCP

Bring deine Search-Console-Daten in deinen Assistenten.

mcp-gsc verbindet die Google Search Console mit Claude, ChatGPT, Cursor oder einem anderen MCP-Client. Frage Suchanfragen, Seiten, Leistung, Sitemaps und URL-Prüfungen über Google OAuth ab.

MCP tools
17
Auth method
Google OAuth
Setup time
~5 min
License
MIT
mcp-gsc: Google-Search-Console-Daten zu Leistung, Indexierung und Sitemaps
mcp-gsc bringt Search-Console-Daten zu Leistung, Indexierung und Sitemaps in deinen MCP-Client.

Über das Produkt

What is mcp-gsc?

mcp-gsc is a self-hostable Model Context Protocol server that bridges your AI client directly with the official Google Search Console API.

Bring your own Cloudflare Worker instance, sign in securely via Google OAuth once, and ask Claude or ChatGPT about search performance, sitemap health, and indexing.

Read-only analytics tools are separated from explicit write tools, and encrypted refresh tokens stay in the deployer's Cloudflare account.

Tools

Exposed server capabilities

Focused tools cover analytics, URL inspection, sitemaps, indexing, SEO diagnostics, and a weekly performance digest.

01get_capabilities

Suchanfragen und Seiten: Analysiere Klicks, Impressionen, CTR und Position nach Suchanfrage, Seite, Gerät oder Land.

02list_sites

Echte Indexierung: Prüfe URL-Inspektionen, Sitemap-Aufnahme und die Daten der offiziellen API.

03query_search_analytics

Sicheres OAuth: Autorisiere dein Google-Konto einmal und behalte die Kontrolle über deine laufende Instanz.

04inspect_url

Fetch live URL inspection reports and indexing details.

05list_sitemaps

List submitted sitemaps with crawl and warning status.

06add_site

Add a Search Console property to the connected account.

07delete_site

Remove a Search Console property from the account.

08submit_sitemap

Submit a sitemap for a Search Console property.

09delete_sitemap

Remove a submitted sitemap from a property.

10get_sitemap

Retrieve detailed status for one submitted sitemap.

11identify_quick_wins

Find high-impression queries ranking in positions 8–20.

12detect_cannibalization

Find queries where multiple pages compete for visibility.

13detect_content_decay

Identify pages with the largest search-click declines.

14request_indexing

Request indexing for an eligible URL.

15list_indexed_pages

List pages that have received Search Console impressions.

16compare_performance

Compare clicks, impressions, CTR, and position across periods.

17weekly_digest

Generate a plain-language weekly SEO report.

Einrichtung

Connect in 30 seconds

Register the Worker transport in your CLI or add it as an HTTP server in Cursor.

Claude Code

Register the Worker transport in your CLI:

claude mcp add --transport http gsc https://YOUR-WORKER.workers.dev/mcp

Cursor

Add a new HTTP server in your Cursor settings:

Name: gsc
URL: https://YOUR-WORKER.workers.dev/mcp

Bereitstellung

5-minute self-host on Cloudflare

~/digestseo · deploy
git clone https://github.com/AKzar1el/mcp-gsc.git
cd mcp-gsc && npm install
npx wrangler login
cp wrangler.example.jsonc wrangler.jsonc
npx wrangler deploy

Star the repo and bring Search Console into Claude.

MIT licensed. Deploy to Cloudflare Workers in minutes.