1. Conduid
  2. Developer Tools
  3. Google Search Console MCP
MCP server · Developer Tools

Google Search Console MCP

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

Unclaimed last commit a year ago scraping
46Fair

Scored 14 hours ago · breakdown

About Google Search Console MCP

Google Search Console MCP is an MCP server published by surendranb in the Developer Tools category: mCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites. It has been installed 0 times through Conduid.

The repository has 25 stars and 4 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx google-search-console-mcp
Claude Code
claude mcp add google-search-console-mcp -- npx -y mcp-google-search-console
npx
npx -y mcp-google-search-console

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Google Search Console MCP

Powered by Claude · Grounded in docs

I know everything about Google Search Console MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.10.6v0.10.6 · 22 Aug 2026Exempt list_gsc_sites and skills_list from init intercept
v0.10.5v0.10.5 · 22 Aug 2026Fix telemetry row classification for Pydantic search analytics results
v0.10.4v0.10.4 · 18 Aug 2026Add google-search-console-mcp CLI alias and universal installer
v0.10.3v0.10.3: Parameter coercion & client attribution fix · 17 Aug 2026Changes in v0.10.3 Parameter coercion**: Coerce `row_limit`, `start_row`, and `summary_only` safely at tool boundaries to prevent `TypeError: '<' not supported between instances of 'int' and 'str'` (Fixes #7). Client attribution**: Add…
v0.10.2v0.10.2 · 15 Aug 2026Telemetry Schema v2 & dynamic skills standardization

README

Google Search Console MCP "Intel Engine" 🚀

PyPI version PyPI Downloads GitHub stars GitHub forks

The Authority-Based Visibility Governance Tool for the Evolving Search Landscape.

This is not just a data wrapper. It is a strategic "Intel" engine that transforms raw Google Search Console signals into actionable marketing insights. It is designed for marketers who need to understand their performance in a search landscape increasingly defined by AI Overviews and conversational search. Compatible with any MCP-compliant AI Agent.

🎯 Authoritative "Intel" Tools

Tool Name Actionable Marketing Intel Provided
get_search_appearance_audit Cannibalization Intel. Detects if you are being used as a "Silent Reference" (high visibility but no clicks) in specialized SERP features.
get_intent_segmentation Strategic Audience Intel. Segments traffic into "Searchers" (Traditional Keywords) vs. "Prompters" (Natural Language/AI Prompts).
identify_citation_opportunities Growth Intel. Finds content that satisfies user intent so well that users don't click. Recommends "Click-Triggers."
get_technical_citation_audit Technical Health Overlay. Cross-checks high-visibility pages with the URL Inspection API to find disqualifying crawl errors.
get_brand_visibility_summary Brand Health Intel. Measures your Brand's "Reference Value" vs its "Destination Value."
calculate_intent_efficiency Conversion Intel. Shows which search intent (Informational/Navigational) is most effectively driving site visits.

🚀 Getting Started

1. Google Search Console Setup

Before installing the MCP server, you must configure Google Cloud and Search Console access:

A. Create Service Account:

  1. Go to the Google Cloud Console.
  2. Create a new project and enable the Google Search Console API.
  3. Go to APIs & Services > Credentials and create a Service Account.
  4. Create a JSON Key for the service account and download it (save as gsc-key.json).

B. Grant Access in Search Console:

  1. Open your JSON key file and copy the client_email address.
  2. Go to Google Search Console.
  3. Select your property and go to Settings > Users and Permissions.
  4. Click Add User, paste the service account email, and select Full permissions.

C. Identify Your Property URL:

  • For Domain properties, use the format: sc-domain:example.com
  • For URL-prefix properties, use the full URL: https://example.com/

2. Installation

pip install google-search-console-mcp

3. Configuration (Universal AI Agent)

Add this to your agent's MCP settings file:

{
  "mcpServers": {
    "gsc-search": {
      "command": "gsc-mcp",
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/gsc-key.json",
        "GSC_SITE_URL": "sc-domain:example.com"
      }
    }
  }
}

🛠️ Project Philosophy

This project focuses on high-leverage data analysis for modern search:

  • Simplicity First: Minimum code for maximum insight.
  • Token Efficiency: Server-side aggregation prevents "Context Length" issues.
  • Authoritative Data: We only use official Google Search Console API signals. No speculative "AI SEO" hacks.

License

MIT License

README mirrored from the source repository 14 hours ago. The original is authoritative.

Questions

About Google Search Console MCP

How do I install Google Search Console MCP?

Run npx google-search-console-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Google Search Console MCP safe to use with an AI agent?

Its trust score is 46 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Google Search Console MCP still maintained?

Yes — the latest release is v0.10.6 (22 Aug 2026), and the last commit was a year ago. The repository has 25 stars and 0 open issues.