Search Console MCP
Enables interaction with Google Search Console to query performance metrics, detect traffic anomalies and trends, identify SEO opportunities like keyword cannibalization, and manage sitemaps and property health checks.
Provides the ability to run PageSpeed audits and analyze Core Web Vitals, allowing for the correlation of site performance scores with search ranking positions.
๐ Search Console MCP
Google Search Console + Bing Webmaster Tools + GA4 โ in one context window.
Stop exporting CSVs. Start asking your AI agent questions.
๐ Docs ยท Quick Start ยท Tools ยท Security
Why this exists
SEO data lives in three different silos. Answering one question โ "did my traffic drop because of a ranking loss or a UX issue?" โ usually means logging into three dashboards, exporting three CSVs, and doing VLOOKUPs by hand.
Search Console MCP puts GSC, Bing, and GA4 behind one set of tools your AI agent can call directly, and does the SEO math (cannibalization, anomaly detection, opportunity scoring) before the data ever reaches your context window โ so your agent gets insights, not spreadsheets.
Before | After | |
Data | 3 dashboards, manual exports | 1 unified context |
Analysis | Manual VLOOKUPs & pivot tables | Deterministic SEO math, done server-side |
Accounts | Constant re-login | 20+ accounts, auto-resolved per site |
Insight | Raw rows, agent guesses | Curated signals (opportunity scores, anomalies) |
Related MCP server: searchconsole-mcp
โก Quick Start
npx search-console-mcp setupThis opens your browser, authorizes your Google account, and stores your credentials securely (see Security). Then add it to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"search-console": {
"command": "npx",
"args": ["search-console-mcp"]
}
}
}Restart your client โ and try one of the prompts below.
๐ฌ Try it
Paste these straight into your agent:
"My traffic dropped this week vs. last. Find exactly when it started and which pages are responsible."
"Find keywords for example.com ranking positions 8โ15 with 1,000+ impressions โ my best quick wins."
"Check for keyword cannibalization โ are two of my pages competing for the same query?"
"Run
opportunity_matrixon my top 20 pages: which have high search visibility but poor on-site engagement?"
"Run a full SEO health check, segmented by Brand vs Non-Brand, with 3 high-impact actions."
"Fetch my top 5 pages by impressions and run a PageSpeed audit โ any correlation with declining rankings?"
"Compare Google vs Bing performance for the last 30 days โ where is Bing winning?"
"Am I too dependent on Google? Flag keywords where 85%+ of clicks come from one engine."
๐ Connect your accounts
Platform | Method | Setup |
Google Search Console | OAuth (recommended) |
|
Google Search Console | Service Account | Set |
Bing Webmaster Tools | API Key |
|
Google Analytics 4 | Service Account |
|
Manage everything from the CLI:
npx search-console-mcp accounts list
npx search-console-mcp accounts add-site --account=you@company.com --site=example.com
npx search-console-mcp accounts remove --account=you@company.comWhen your agent queries a site, the server auto-resolves which account owns it โ no manual switching. Multi-account docs โ
Create a service account in the Google Cloud Console
Generate a JSON key
Add the service account email as a user in Search Console with "Full" or "Restricted" access
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/key.json"
๐ Tools
40+ tools across five categories. A few flagship ones:
Tool | What it does |
| Ranks pages by combining GSC visibility with GA4 engagement โ where's the ROI? |
| Keywords ranking 8โ15 โ your fastest wins |
| Pages competing for the same query, with a recommended primary |
| Statistical traffic drop/spike detection |
| One-shot WoW performance + sitemap + anomaly check |
| Google vs Bing performance, side by side |
Analytics & Trends
analytics_query ยท analytics_trends ยท analytics_anomalies ยท analytics_drop_attribution ยท analytics_time_series ยท analytics_compare_periods ยท seo_brand_vs_nonbrand
SEO Opportunities
seo_low_hanging_fruit ยท seo_striking_distance ยท seo_low_ctr_opportunities ยท seo_cannibalization ยท seo_lost_queries
SEO Primitives (building blocks for agent logic)
seo_primitive_ranking_bucket ยท seo_primitive_traffic_delta ยท seo_primitive_is_brand ยท seo_primitive_is_cannibalized
Sites & Sitemaps
sites_list ยท sites_add ยท sites_delete ยท sites_health_check ยท sitemaps_list ยท sitemaps_submit
Inspection & Validation
inspection_inspect ยท pagespeed_analyze ยท schema_validate
URL Indexing
indexing_submit_url ยท indexing_remove_url ยท indexing_status ยท indexing_batch_submit ยท bing_url_submission_quota
Bing Webmaster Tools
bing_sites_list ยท bing_analytics_query ยท bing_opportunity_finder ยท bing_seo_recommendations ยท bing_url_info ยท bing_index_now ยท bing_crawl_issues ยท bing_analytics_detect_anomalies ยท bing_analytics_time_series ยท bing_seo_lost_queries ยท bing_brand_analysis ยท bing_sitemaps_list ยท bing_sitemaps_submit
Google Analytics 4
analytics_page_performance ยท analytics_traffic_sources ยท analytics_organic_landing_pages ยท analytics_content_performance ยท analytics_conversion_funnel ยท analytics_user_behavior ยท analytics_audience_segments ยท analytics_realtime ยท analytics_ecommerce ยท analytics_pagespeed_correlation
Cross-Platform Intelligence
opportunity_matrix ยท page_analysis ยท traffic_health_check ยท brand_analysis ยท compare_engines
๐ Security
OS keychain first โ tokens stored in macOS Keychain, Windows Credential Manager, or Linux Secret Service
AES-256-GCM fallback โ encrypted with a key derived from your machine's hardware ID; a stolen file is useless on another device
Minimal storage โ only
refresh_tokenandexpiry_dateare persisted, atmode 600Silent refresh โ tokens renew automatically in the background
License
If this saves you a spreadsheet, consider โญ starring the repo.
This server cannot be installed
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/saurabhsharma2u/search-console-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server