Submit

Search Console Mcp

@saurabhsharma2u

Search Console MCP is an open-source implementation of the Model Context Protocol that gives AI agents direct, structured access to Google Search Console (GSC). Unlike simple API wrappers, this project focuses on providing SEO Intelligence Tools. Instead of just asking an agent to “look at my data,” you can give it tools to “find quick wins” or “detect traffic anomalies.” ​

Server Config

{
  "mcpServers": {
    "search-console": {
      "command": "npx",
      "args": [
        "-y",
        "search-console-mcp"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/service-account.json",
        "BING_API_KEY": "YOUR_BING_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.