/ GSC MCP Server
A Google Search Console MCP server, done right.
Google does not publish an official MCP server for Search Console. That SEO Agent is one: a hosted MCP server that gives Claude, ChatGPT, or Cursor direct, read-only access to your real Search Console data through a dedicated set of tools. Connect once with your Google account. Your AI queries your live GSC data itself, no CSV exports, no local server, no Python.
01
Is there an official Google Search Console MCP server?
No. Google does not publish an MCP server for Search Console. What exists is two separate things: the Search Console API, a REST interface you script against, and MCP (the Model Context Protocol), the open standard Anthropic released in November 2024 for letting AI assistants call live tools instead of relying on what you paste into the chat. A Search Console MCP server is the bridge between them: a server that speaks MCP to your AI and calls the Search Console API on your behalf.
That SEO Agent is that bridge, built around Search Console from the start rather than bolted on. It exposes the whole of Search Console as read-only tools, alongside Google Analytics 4, PageSpeed, and a live crawler. When you ask your AI about your rankings, it calls the right tool and answers from your current data, not from a training-cutoff guess.
You could build your own. The Search Console API is open and the MCP SDKs are public. But a production server means handling Google OAuth and token refresh, scoping it to read-only, respecting rate limits, paginating past the interface's 1,000-row cap, hosting the thing, and writing each tool by hand. That SEO Agent is the hosted version of all of that: one connection, nothing to run locally.
The access is strictly read-only. The server authenticates with your Google account using read-only OAuth scopes (webmasters.readonly for Search Console), so it can read your performance and indexing data but cannot submit URLs for indexing, change a property, or alter anything in your account.
Connect your Search Console to your AI in three steps
02
The Search Console tools your AI can call
Each tool maps to a real Search Console capability, exposed so your AI can call it directly. Grouped by what they do.
gsc_search_analyticsgsc_search_analytics_by_indexing_stategsc_search_appearancegsc_page_query_mapgsc_discover_performancegsc_branded_splitgsc_device_gapgsc_country_opportunitygsc_inspect_urlgsc_bulk_url_inspectiongsc_index_coverage_analysisgsc_sites_health_checkgsc_crawl_freshnessgsc_page_changesgsc_list_propertiesgsc_list_sitemapsgsc_get_sitemapgsc_sitemap_url_inspectiongsc_detect_anomaliesgsc_detect_lost_queriesgsc_detect_quick_winsgsc_detect_cannibalizationgsc_detect_trendsgsc_detect_featured_snippetsgsc_serp_features_gapgsc_rich_resultsThese are part of That SEO Agent's full toolset, which also covers Google Analytics 4, PageSpeed, technical SEO, and site management.
03
How the connection works
That SEO Agent is a remote MCP server over Streamable HTTP. There is no local process to run and no Python environment to maintain. Your AI client connects to a single URL, authenticates once, and the connection persists across sessions, so you are not re-authenticating every time you open a chat.
Authentication has two layers. With your Google account, you grant read-only OAuth access to Search Console and GA4, that is what lets the server read your data. With your MCP client, you authorize the connection once via OAuth 2.0 in the browser, or paste an API key (sea_xxxx format) from the dashboard. Either way, your Google credentials stay with Google.
Because the transport is the standard MCP Streamable HTTP, the same connection works in Claude, ChatGPT, and Cursor, and in any other application that implements the MCP client spec. There is no separate build per client: one server, one URL, every compatible AI.
Once connected, your AI reads each tool's description from the MCP layer and decides which to call on its own. You ask a question in plain language; it picks the right Search Console tool, fetches your live data, and reasons over it.
04
Connect Search Console in three steps
Common questions about a GSC MCP server
Does Google offer an official Search Console MCP server?
No. Google publishes the Search Console API (a REST interface) but not an MCP server. To connect Search Console to an AI assistant over MCP, you either build a server that wraps the API yourself, or use a hosted one like That SEO Agent, which exposes read-only Search Console tools your AI can call directly.
Is the connection read-only? Can it change anything in my Search Console?
It is strictly read-only. The server authenticates with read-only OAuth scopes (webmasters.readonly for Search Console, analytics.readonly for GA4). It can read your performance, indexing, and sitemap data, but it cannot submit URLs for indexing, modify a property, or write anything to your account.
Which AI clients can I use it with?
Any client that supports MCP. That includes Claude (Desktop and Code), ChatGPT, and Cursor, plus any other application implementing the MCP client spec. That SEO Agent uses the standard Streamable HTTP transport, so a single URL-based configuration works across all of them.
Do I need to run a local server or write code?
No. That SEO Agent is a hosted remote MCP server. There is no local process, no Python environment, and no script to maintain. You connect your AI client to one URL, authorize once, and the connection persists across sessions.
How is this different from just using the Search Console API?
The Search Console API is a REST interface you have to script against, parse, and feed into your AI yourself. An MCP server exposes those capabilities as tools your AI calls on its own, in plain language, as part of answering your question. You skip the scripting, the export step, and the work of explaining the data to the model.
Does it get past the 1,000-row limit in the Search Console interface?
Yes. The Search Console interface caps exports at 1,000 rows, but the API returns up to 25,000 rows per query and supports pagination beyond that. Because the agent queries the API directly, your AI works with the full result set instead of a truncated UI export.
/ GSC MCP Server
Connect Search Console to your AI.
Read-only tools. One connection. Your live data.
See pricingSign in with Google and query your real Search Console data from Claude, ChatGPT, or Cursor.