search-console-mcp
by saurabhsharma2u·★ 129·Score 51
MCP server unifying Google Search Console, Bing Webmaster Tools, and GA4 data for AI-driven SEO analytics.
Overview
This MCP server transforms how SEO professionals and AI agents interact with search analytics data by eliminating manual CSV exports and platform switching. It provides access to Google Search Console, Bing Webmaster Tools, and Google Analytics 4 through a unified interface, with specialized tools for SEO analysis like opportunity detection, cannibalization checking, and anomaly detection. The server implements robust authentication using system keychains and AES-256-GCM encryption for security.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need AI agents to perform comprehensive SEO analysis across multiple search platforms without manual data exports.
When NOT to choose this
Don't choose this if you need search platform access beyond Google, Bing, and GA4, or if you require real-time data processing capabilities (the server appears to fetch data on-demand).
Tools this server exposes
12 tools extracted from the READMEanalytics_queryMaster tool for raw Google Analytics data with dimensions, filters, and aggregation.
seo_striking_distanceFind keywords ranking positions 8-15 with high impressions for quick traffic wins.
opportunity_matrixPrioritize SEO tasks by combining signals from Google, Bing, and GA4.
seo_cannibalizationDetect pages competing for the same query with traffic conflicts.
pagespeed_analyzeGet Lighthouse scores and Core Web Vitals for a webpage.
bing_analytics_queryQuery search performance data from Bing Webmaster Tools.
analytics_drop_attributionAttribute traffic drops to mobile/desktop or correlate with Google Algorithm Updates.
sites_health_checkRun a health check on sites checking performance, sitemaps, and anomalies.
bing_index_nowInstantly notify search engines of URL changes via IndexNow.
seo_brand_vs_nonbrandAnalyze performance split between Brand vs Non-Brand traffic.
analytics_page_performanceGet detailed page metrics from GA4 including sessions, engagement, and views.
inspection_inspectUse Google URL Inspection API to check index status and mobile usability.
Comparable tools
Installation
Installation
- Install the MCP server:
npm install -g search-console-mcp- Set up authentication:
npx search-console-mcp setup- Add to Claude Desktop configuration:
{
"mcpServers": {
"search-console": {
"command": "npx",
"args": ["-y", "search-console-mcp"]
}
}
}FAQ
- Can this server handle multiple Google accounts?
- Yes, it supports multi-account management and automatically resolves which credentials to use for each site URL.
- What kind of SEO analysis tools are available?
- The server includes tools for opportunity detection (striking distance, low-hanging fruit), cannibalization analysis, anomaly detection, and cross-platform comparison between Google and Bing.
Compare search-console-mcp with
Last updated · Auto-generated from public README + GitHub signals.