Skip to content

MCP Google Search Console for Grok

io.github.crunchtools/google-search-console

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

client:Grok transport:stdio runtime:pypi

Install MCP Google Search Console in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "google-search-console": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-search-console-crunchtools"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Google Search Console in other clients