Marca visual de mcp-gsc
Google Search Console · MCP

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
mcp-gsc: datos de Google Search Console sobre rendimiento, indexación y sitemaps
mcp-gsc lleva el rendimiento, la indexación y los sitemaps de Search Console a tu cliente MCP.

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.

01get_capabilities

Consultas y páginas: Analiza clics, impresiones, CTR y posición por consulta, página, dispositivo o país.

02list_sites

Indexación real: Revisa inspecciones de URL, inclusión en sitemaps y los datos que devuelve la API oficial.

03query_search_analytics

OAuth seguro: Autoriza tu cuenta de Google una vez y conserva el control sobre la instancia que ejecutas.

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.

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/mcp

Cursor

Add a new HTTP server in your Cursor settings:

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

Despliegue

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.