Marca visual do mcp-gsc
Google Search Console · MCP

Leve seus dados do Search Console para seu assistente.

O mcp-gsc conecta o Google Search Console ao Claude, ChatGPT, Cursor ou outro cliente MCP. Consulte consultas, páginas, desempenho, sitemaps e inspeções de URL com o OAuth do Google.

MCP tools
17
Auth method
Google OAuth
Setup time
~5 min
License
MIT
mcp-gsc: dados do Google Search Console sobre desempenho, indexação e sitemaps
O mcp-gsc leva desempenho, indexação e sitemaps do Search Console ao seu cliente MCP.

Sobre o produto

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

Consultas e páginas: Analise cliques, impressões, CTR e posição por consulta, página, dispositivo ou país.

02list_sites

Indexação real: Confira inspeções de URL, inclusão em sitemaps e os dados devolvidos pela API oficial.

03query_search_analytics

OAuth seguro: Autorize sua conta Google uma vez e mantenha o controle sobre a instância que você executa.

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.

Configuração

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

Implantação

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.