Google Search Console (GSC) MCP
This server connects Google Search Console to AI assistants, enabling SEO data querying, indexing audits, sitemap management, and full site audits through natural language.
Property Management
List all GSC properties, get detailed site information, add or remove properties (disabled by default), and re-authenticate to switch Google accounts.
Search Analytics & Performance
Retrieve top queries and pages with clicks, impressions, CTR, and position
Get performance overviews with daily trends, period-over-period comparisons, and page-specific query analysis
Advanced analytics with filters by country, device, query, or page, with sorting and pagination support
URL Inspection & Indexing
Inspect individual URLs for crawl/index status and rich results eligibility
Batch-inspect up to 10 URLs at once and get a prioritized fix list for indexing issues
Sitemap Management
List, inspect, submit, and delete sitemaps (deletion disabled by default)
View errors, warnings, and submitted-vs-indexed breakdowns per sitemap
Pre-Built Chained Skill Workflows
Weekly SEO Report — 28-day summary with period-over-period comparison
Indexing Audit — batch-inspects top pages and returns a prioritized fix list
Cannibalization Check — finds queries where multiple pages compete
Content Opportunities — surfaces position 11–20 queries with high impressions and low CTR
Device Performance Split — compares mobile vs. desktop vs. tablet
Country Opportunities — identifies top and under-performing markets
Branded vs. Non-Branded — splits query types to reveal true organic growth
New vs. Lost Queries — finds queries that are brand-new or have disappeared
Content Decay Report — identifies pages on a 90-day gradual traffic decline
Sitemap Health Check — audits errors, warnings, and indexing gaps
Multi-Property Comparison — ranks and compares every property in the account
Full SEO Audit — chains indexing, sitemap, cannibalization, content-decay, and lost-query checks, cross-referencing findings to identify root causes
Safety note: Destructive operations (adding/deleting sites or sitemaps) are disabled by default and require explicit configuration to enable.
Provides tools and skills to query SEO data, audit indexing, manage sitemaps, run performance reports, check content cannibalization, analyze device and country splits, detect content decay, and perform full cross-referenced SEO audits across Google Search Console properties.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Search Console (GSC) MCPlist my GSC properties"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Search Console (GSC) MCP
Maintained by Amir Ali.
A Model Context Protocol (MCP) server that connects Google Search Console to AI assistants — query your SEO data, audit indexing, manage sitemaps, and run full site audits through natural language. Works with Claude Code, Claude Desktop, Cursor, Codex CLI, and any other MCP-compatible client.
What's Different in This Edition
This fork keeps the full 20-tool GSC API surface from the upstream project and adds 8 new skills plus a master audit skill that cross-references findings across checks instead of reporting them in isolation:
device-performance-split,country-opportunities,branded-vs-nonbranded— deeper analytics cuts the base tools don't surface on their ownnew-vs-lost-queries,content-decay-report,sitemap-health-check— trend and health checks the original skill set didn't covermulti-property-comparison— portfolio-level view across every property in the accountfull-seo-audit— chains indexing, sitemap, cannibalization, content-decay, and lost-query checks together and cross-references the results to point at the actual root cause (e.g. a "decaying" page that's really being cannibalized by a newer page, not losing to competitors)
See Available Skills below for the full list, and SETUP.md for the install walkthrough.
Related MCP server: Google Search Console MCP Server
Available Tools
All 19 tools covering the full GSC API surface:
Tool | What It Does | What You Need to Provide |
| Lists all tools and shows auth status — call this first if unsure | Nothing |
| Shows all your GSC properties | Nothing |
| Details about a specific site | Site URL |
| Add a new property to the account (disabled by default) | Site URL |
| Remove a property from the account (disabled by default) | Site URL |
| Top queries and pages with clicks, impressions, CTR, position | Site URL, time period |
| Summary of site performance with daily trend | Site URL, time period |
| Compare performance between two time periods | Site URL, two date ranges |
| Search terms driving traffic to a specific page | Site URL, page URL |
| Analytics with filters by country, device, query, page | Site URL |
| Detailed crawl/index status for a URL | Site URL, page URL |
| Inspect up to 10 URLs at once | Site URL, list of URLs |
| Check multiple URLs for indexing problems | Site URL, list of URLs |
| Lists all sitemaps for a site | Site URL |
| Detailed sitemap info including errors and warnings | Site URL |
| Submitted-vs-indexed breakdown for one sitemap | Site URL, sitemap URL |
| Submit a new sitemap | Site URL, sitemap URL |
| Remove a sitemap (disabled by default) | Site URL, sitemap URL |
| Submit or delete sitemaps via one action tool | Site URL, action |
| Re-run the OAuth browser login (switch accounts) | Nothing |
Destructive tools (add_site, delete_site, delete_sitemap) are disabled by default — see Safety.
Tool usage examples
10 sample prompts, each exercising a different tool directly (no skill involved):
Tool | Sample Prompt |
| "List all my GSC properties and tell me which ones I have full access to." |
| "Show me the verification and ownership details for example.com." |
| "Show me the top 20 search queries for mywebsite.com in the last 30 days, and highlight any with CTR below 2%." |
| "Give me a performance overview of mywebsite.com for the last 28 days, including the daily trend." |
| "Compare mywebsite.com's performance between January and February. What queries improved the most?" |
| "What search terms are driving traffic to mywebsite.com/pricing?" |
| "Show queries with high impressions but position below 10, filtered to mobile traffic in the US." |
| "Do a full crawl and index inspection of mywebsite.com/landing-page." |
| "Check the indexing status of these 5 pages: [list URLs]." |
| "List all sitemaps submitted for mywebsite.com and flag any with errors." |
Available Skills
Skills are ready-made workflows that chain the tools above together. They're auto-loaded in Claude Code via .claude-plugin/plugin.json.
Core reports
Skill | What it does |
| Full 28-day performance summary with period-over-period comparison and top queries |
| Batch-inspects top pages and returns a prioritized indexing fix list |
| Finds queries where multiple pages compete; recommends which to consolidate |
| Surfaces position 11–20 queries with high impressions and low CTR |
Deeper analytics cuts
Skill | What it does |
| Compares mobile vs desktop vs tablet performance, flags mobile-specific gaps |
| Finds top and under-performing countries/markets |
| Splits branded vs non-branded queries to reveal true organic growth |
| Finds queries that are brand-new or have completely disappeared, not just declined |
Health & trend checks
Skill | What it does |
| Finds pages on a 90-day gradual traffic decline — refresh candidates |
| Audits sitemap errors/warnings and the submitted-vs-indexed gap |
| Ranks and compares every property in the account side by side |
Master audit
Skill | What it does |
| Runs indexing, sitemap, cannibalization, content-decay, and lost-query checks together, then cross-references the findings to point at root cause instead of listing symptoms in isolation |
Getting Started
Full step-by-step walkthrough (Google Cloud credentials, install, and client config) is in SETUP.md.
Quick summary:
Get Google API credentials — OAuth client ID (recommended) or a service account key, from Google Cloud Console.
Clone this repo and install dependencies — this fork's extra skills only exist in this repo, so use the clone method, not the
uvx/PyPI package (see note in SETUP.md).Point your MCP client at it — Claude Code picks up .mcp.json automatically at the project root; see SETUP.md for Claude Desktop / Cursor configs.
Test — ask your assistant "List my GSC properties." If you see your properties, it's working.
Environment Variables Reference
Variable | Required | Default | Description |
| OAuth only | — | Absolute path to your OAuth client secrets JSON |
| Service account only | — | Absolute path to your service account JSON key |
| No |
| Set to |
| No |
|
|
| No |
| Set to |
Skill Usage Examples
10 sample prompts that trigger the bundled skills (chained tool workflows) instead of a single tool:
Goal | Sample Prompt |
Weekly report | "Run the SEO weekly report for example.com" |
Full audit | "Run a full SEO audit on example.com" |
Cannibalization | "Check for keyword cannibalization on example.com" |
Indexing | "Audit indexing for my top pages" |
Content ideas | "Find content opportunities for example.com" |
Mobile vs desktop | "Compare mobile and desktop performance for example.com" |
Lost visibility | "Show me new and lost queries for example.com this month" |
Content decay | "Which pages on example.com are losing traffic gradually?" |
Sitemap health | "Check sitemap health for example.com" |
Multi-site | "Compare performance across all my GSC properties" |
Safety: Destructive Operations
By default, add_site, delete_site, and delete_sitemap are disabled. To enable them, set:
"GSC_ALLOW_DESTRUCTIVE": "true"Troubleshooting
See the Troubleshooting section in SETUP.md for spawn ENOENT errors, auth failures, and client-specific config issues.
License
MIT License — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amirjahfar1/Google-Search-Console-GSC-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server