Lleva tus datos de Search Console a tu asistente.
mcp-gsc conecta Google Search Console con Claude, ChatGPT, Cursor u otro cliente MCP. Consulta consultas, páginas, rendimiento, sitemaps e inspecciones de URL con Google OAuth.
- MCP tools
- 17
- Auth method
- Google OAuth
- Setup time
- ~5 min
- License
- MIT

Información
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 y páginas: Analiza clics, impresiones, CTR y posición por consulta, página, dispositivo o país.
list_sitesIndexación real: Revisa inspecciones de URL, inclusión en sitemaps y los datos que devuelve la API oficial.
query_search_analyticsOAuth seguro: Autoriza tu cuenta de Google una vez y conserva el control sobre la instancia que ejecutas.
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.
Configuración
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/mcpDespliegue
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.