HomeDatabases & Data › Search Console MCP

Search Console MCP

Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.

TypeScript
★ 293 stars Last pushed 2026-09-02 License: MIT

Topics: Customer Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "search-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_VALUE>",
        "BING_API_KEY": "<YOUR_VALUE>",
        "PAGESPEED_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_APPLICATION_CREDENTIALS secret — Google Cloud Service Account JSON key content or path. Optional if OAuth setup is used.
  • BING_API_KEY secret — Bing API Key
  • PAGESPEED_API_KEY secret — PageSpeed Insights API key for higher quota (25k/day). Optional.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry