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

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.
get_capabilitiesConsultas e páginas: Analise cliques, impressões, CTR e posição por consulta, página, dispositivo ou país.
list_sitesIndexação real: Confira inspeções de URL, inclusão em sitemaps e os dados devolvidos pela API oficial.
query_search_analyticsOAuth seguro: Autorize sua conta Google uma vez e mantenha o controle sobre a instância que você executa.
inspect_urlFetch live URL inspection reports and indexing details.
list_sitemapsList submitted sitemaps with crawl and warning status.
add_siteAdd a Search Console property to the connected account.
delete_siteRemove a Search Console property from the account.
submit_sitemapSubmit a sitemap for a Search Console property.
delete_sitemapRemove a submitted sitemap from a property.
get_sitemapRetrieve detailed status for one submitted sitemap.
identify_quick_winsFind high-impression queries ranking in positions 8–20.
detect_cannibalizationFind queries where multiple pages compete for visibility.
detect_content_decayIdentify pages with the largest search-click declines.
request_indexingRequest indexing for an eligible URL.
list_indexed_pagesList pages that have received Search Console impressions.
compare_performanceCompare clicks, impressions, CTR, and position across periods.
weekly_digestGenerate 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/mcpCursor
Add a new HTTP server in your Cursor settings:
Name: gsc
URL: https://YOUR-WORKER.workers.dev/mcpImplantação
5-minute self-host on Cloudflare
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 deployStar the repo and bring Search Console into Claude.
MIT licensed. Deploy to Cloudflare Workers in minutes.