MCP Catalogs
Home

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.

ai-llmdeveloper-toolsproductivity
17
Forks
2
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:AI-driven SEO analysis by automatically detecting traffic anomalies and identifying ranking opportunities
you:Cross-platform performance comparison between Google and Bing search engines
you:Automated SEO health checks with prioritized recommendations for action
you:Can this server handle multiple Google accounts?
you:What kind of SEO analysis tools are available?

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 README
  • analytics_query

    Master tool for raw Google Analytics data with dimensions, filters, and aggregation.

  • seo_striking_distance

    Find keywords ranking positions 8-15 with high impressions for quick traffic wins.

  • opportunity_matrix

    Prioritize SEO tasks by combining signals from Google, Bing, and GA4.

  • seo_cannibalization

    Detect pages competing for the same query with traffic conflicts.

  • pagespeed_analyze

    Get Lighthouse scores and Core Web Vitals for a webpage.

  • bing_analytics_query

    Query search performance data from Bing Webmaster Tools.

  • analytics_drop_attribution

    Attribute traffic drops to mobile/desktop or correlate with Google Algorithm Updates.

  • sites_health_check

    Run a health check on sites checking performance, sitemaps, and anomalies.

  • bing_index_now

    Instantly notify search engines of URL changes via IndexNow.

  • seo_brand_vs_nonbrand

    Analyze performance split between Brand vs Non-Brand traffic.

  • analytics_page_performance

    Get detailed page metrics from GA4 including sessions, engagement, and views.

  • inspection_inspect

    Use Google URL Inspection API to check index status and mobile usability.

Comparable tools

seo-mcpgoogle-analytics-mcpbing-webmaster-tools-mcp

Installation

Installation

  1. Install the MCP server:
npm install -g search-console-mcp
  1. Set up authentication:
npx search-console-mcp setup
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.