Skip to content
Grok

search console mcp for Grok

io.github.sudomichael/search-console-mcp

Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.

client:Grok transport:stdio runtime:npm

Install search console mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "search-console-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "search-console-mcp-server"
      ]
    }
  }
}

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

search console mcp in other clients