Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An open-source Model Context Protocol server for Google Search Console. It lets Claude, ChatGPT, Cursor or any MCP client query your search performance, inspect indexing, and analyse sitemaps.
Read-only, with no way to turn that off. You run it, and your credentials stay on your machine.
Also listed in the MCP Registry as com.getmcpads/google-search-console, so clients that read the registry can install it by name.
Prefer not to run it yourself? getmcpads.com is the hosted version of this server, with Search Console alongside Meta Ads, Google Ads, TikTok Ads, Pinterest Ads and Google Analytics behind a single endpoint, hosted OAuth, and cross-platform reporting. Same tools, same safety model, no setup.
| 20 read tools | Search Analytics, sites, sitemaps, URL Inspection, and analyses built on top of them |
| SEO analyses, not just an API wrapper | Cannibalisation detection, query clustering, wins and losses between periods, indexation watchlists, large-site sampling plans |
| 7 resources | Live catalogues the model can read: metrics, dimensions, filters, compatibility rules, 8 workflow recipes, read-only playbooks |
| Quota guardrails | Every URL Inspection call is capped at 10 URLs, so one exploratory question cannot burn a day of quota |
| No writes at all | Not a flag, a property of the code. See below |
Search Console answers questions about rows. Most real questions are about change: which queries did we lose, which pages compete for the same term, is indexing drifting.
These tools do that work rather than leaving it to the model:
| Tool | Question it answers |
|---|---|
gsc_detect_cannibalization | Which pages compete for the same query |
gsc_find_losses_gains | What we won and lost between two periods |
gsc_cluster_queries | Which queries belong to the same intent |
gsc_compare_search_types | How web, image, video and news differ |
gsc_analyze_search_appearance_trends | How rich results evolve |
gsc_indexation_watchlist | Which URLs changed indexing verdict |
gsc_plan_large_site_sampling | Which URLs to inspect, when you cannot inspect them all |
Search Console returns a top N, not a site total.
When you query with a dimension such as query or page, the API returns the highest
ranked rows up to your row limit, ordered by clicks. Summing the clicks of those rows does
not give you the site total: the long tail is missing, and on a large site it can be most
of the traffic.
To get a real total, query without dimensions. To compare periods, compare like with like: same dimensions, same row limit, same search type.
gsc_query_search_analytics reports what it actually returned, and gsc_validate_query
checks a combination before it runs. But the arithmetic mistake is yours to avoid, and it is
the most common one in Search Console analysis.
Two other limits worth carrying in your head:
gsc_get_data_freshness tells you what is final.There are no write tools, and no environment variable that adds any. The Search Console API can submit and delete sitemaps, add and remove properties, and request indexing. This server exposes none of that.
The scope it asks for reflects that: webmasters.readonly, not webmasters. Even if the
model tried, the token cannot write.
Our ad platform servers, where writes make sense, do have them, guarded by a mandatory preview: Meta Ads Β· Google Ads Β· TikTok Ads
The hosted version at getmcpads.com keeps the same rule: Search Console stays read-only there too.
Three values, obtained once.
In a Google Cloud project, enable the Google Search Console API, then create an OAuth client under APIs & Services β Credentials. Choose Desktop app for local use. Note the client ID and client secret.
Run the OAuth consent flow once, signed in as a Google account that owns or can read your
properties, and keep the refresh token. Request webmasters.readonly and nothing more.
π Google OAuth for installed apps
The refresh token does not expire. Use an OAuth client dedicated to this server so you can revoke it on its own.
For a quick trial you can set GSC_ACCESS_TOKEN to a short-lived token instead, but it
expires within the hour and is useless for daily work.
If setting up an OAuth client is more than you want to do for one property, getmcpads.com handles the consent flow for you and gives you the same tools behind a hosted endpoint.
Set GSC_SITE_URL to avoid passing it on every call. Both property forms work:
| Property type | Value |
|---|---|
| URL-prefix | https://example.com/ (the trailing slash matters) |
| Domain | sc-domain:example.com |
List what you can reach with gsc_list_sites, and run gsc_health_check as your first
call. It verifies the credentials without printing any secret.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop. Ask it: "which queries did we lose last month?".
.cursor/mcp.json in your project, same shape as the Claude Desktop config above.
| Variable | Default | Meaning |
|---|---|---|
GSC_CLIENT_ID | none | OAuth client ID |
GSC_CLIENT_SECRET | none | OAuth client secret |
GSC_REFRESH_TOKEN | none | From the consent flow |
GSC_ACCESS_TOKEN | none | Alternative to the three above, expires within the hour |
GSC_SITE_URL | none | Optional default property |
LOG_LEVEL | info | debug, info, warn, error |
Either the three OAuth values, or GSC_ACCESS_TOKEN. The server refuses to start with neither.
| Tool | Purpose |
|---|---|
gsc_health_check | Validates credentials and reachable properties |
gsc_list_sites / gsc_get_site | Properties you can reach, and their permission level |
gsc_get_data_freshness | How settled the most recent data is |
| Tool | Purpose |
|---|---|
gsc_query_search_analytics | The main reporting tool. Dimensions, filters, date ranges |
gsc_validate_query | Check a combination before running it |
gsc_compare_search_types | Web, image, video, news and discover side by side |
gsc_analyze_search_appearance_trends | How rich results evolve over time |
| Tool | Purpose |
|---|---|
gsc_detect_cannibalization | Pages competing for the same query |
gsc_find_losses_gains | Queries and pages won or lost between two periods |
gsc_cluster_queries | Group queries by shared intent |
| Tool | Purpose |
|---|---|
gsc_inspect_url | Crawl and index status for one URL |
gsc_bulk_inspect_urls | Up to 10 URLs per call, to protect your quota |
gsc_indexation_watchlist | Track URLs whose verdict changed |
gsc_monitor_indexation_freshness | Freshness and indexation drift together |
gsc_plan_large_site_sampling | Build an inspection sample when you cannot inspect everything |
| Tool | Purpose |
|---|---|
gsc_list_sitemaps / gsc_get_sitemap | Submitted sitemaps and their status |
gsc_get_sitemap_health | Errors, warnings and pending states |
gsc_track_sitemap_deltas | What changed against a baseline you supply |
No reviews yet β be the first to share how this listing worked for you.
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-3)<a href="https://allmcps.com/mcp/google-search-console-3"><img src="https://allmcps.com/api/badge/google-search-console-3?style=directory" alt="Google Search Console on AllMCPs" /></a>