Read-only MCP server for Google Search Console: search analytics, URL inspection, sites, sitemaps.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Part of the DigestSEO suite of open-source SEO tools.
The self-hosting launcher is available as @digestseo/mcp-gsc:
For Google OAuth and Cloudflare deployment configuration, follow SETUP.md.
Every deployed instance exposes the same endpoint shape:
The DigestSEO-hosted instance is available at:
Claude Code
Cursor
ChatGPT β add it as a custom connector; see Connect in your AI client below.
A self-hostable Model Context Protocol (MCP) server for Google Search Console. Connect it to Claude.ai, Cursor, ChatGPT, or any MCP-compatible client and ask your AI assistant about your site's organic search performance β impressions, clicks, top queries, index status, and sitemap health β straight from your own Google account.
It runs on Cloudflare Workers and ships with one-click Google OAuth onboarding: connect the server in your client, sign in with Google once, grant the requested Google Search Console permissions, and you're done. No API keys to copy around and no service-account JSON to manage.
Prefer zero setup? The hosted version β with automatic weekly email digests delivered to your inbox β is at digestseo.com. This repository is the open-source core you can run yourself.
This server exposes 17 tools. Read-only analytics and reporting tools are marked with MCP's readOnlyHint; the write tools below can change Search Console properties, sitemaps, or indexing state.
| Tool | Access | What it does |
|---|---|---|
server.capabilities | Read | List every tool this server exposes and report whether your Google connection is currently authenticated (connected / not_connected). Takes no arguments β a good first call for discovery. |
sites.list | Read | List the Search Console properties the connected Google account can access (siteUrl, permissionLevel). |
analytics.query | Read | Impressions, clicks, CTR, and average position over a date range, with dimensions, filters, pagination, and selectable search type. |
urls.inspect | Read | Google's URL Inspection report for a single page. |
sitemaps.list / sitemaps.get | Read | List submitted sitemaps or retrieve one sitemap's details. |
insights.quick_wins / insights.cannibalization / insights.content_decay | Read | Surface optimization opportunities, competing pages, and declining content. |
indexing.list_pages / analytics.compare | Read | Analyze pages receiving impressions and compare two periods. |
reports.weekly_digest | Read | Generate a plain-language seven-day performance report with movers, top pages, and one recommended action. |
sites.add / sites.delete | Write | Add or remove a Search Console property. |
sitemaps.submit / sitemaps.delete | Write | Submit or remove a sitemap. |
indexing.request | Write | Requests indexing through Google's Indexing API. Google currently restricts this API to pages containing JobPosting structured data or livestream pages containing BroadcastEvent inside VideoObject. It is not available for general webpage submission. |
The server requests Google Search Console and Indexing API scopes. Use a Google account with only the property access you intend to delegate, and review write-tool calls before approving them.
indexing.requesteligibility. Google's Indexing API is not a general-purpose page submission tool β as of this writing, Google's own documentation limits it to two content types: pages withJobPostingstructured data, and livestream pages withBroadcastEventstructured data nested insideVideoObject. Before submitting, the server fetches the target URL and checks its JSON-LD for one of those two types; if neither is present (or the page can't be fetched), it returns an error explaining why the URL is ineligible instead of calling the Indexing API. A successful submission is only an acknowledgment that Google received the notification β it does not guarantee the URL will be indexed.
Once connected, ask your assistant things like:
https://example.com/pricing indexed? When was it last crawled?"sc-domain:example.com ending today."Once you've deployed the server (see SETUP.md), connect it by pasting your Worker's /mcp URL into your client:
/mcp URL. Leave Client ID and Client Secret blank. On first use, Claude opens a Google sign-in flow; grant read access and the connector turns green./mcp URL./mcp URL.Any MCP-compatible client works β they all point at the same /mcp endpoint and share the same OAuth flow.
Self-hosting means bringing your own Google OAuth credentials and Cloudflare account. The full, copy-pasteable walkthrough is in SETUP.md β including an important note about Google's OAuth verification and the 7-day refresh-token limit while your app is unverified.
Quick shape:
See SETUP.md for every step in detail.
Contributions welcome β see CONTRIBUTING.md.
MIT Β© 2026 DigestSEO.
Built and maintained by Tomi Ε eregi, the builder behind digestseo.com β weekly SEO digests for non-technical site owners.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-search-console)<a href="https://allmcps.com/mcp/google-search-console"><img src="https://allmcps.com/api/badge/google-search-console?style=directory" alt="Google Search Console on AllMCPs" /></a>