Skip to content
Grok

MCP Search Console for Grok

io.github.ayo-fam/mcp-search-console

Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.

client:Grok transport:stdio runtime:pypi

Install MCP Search Console in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-search-console": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-search-console-multi"
      ],
      "env": {
        "GSC_ACCOUNTS_CONFIG": "<GSC_ACCOUNTS_CONFIG>",
        "GSC_ALLOW_DESTRUCTIVE": "<GSC_ALLOW_DESTRUCTIVE>"
      }
    }
  }
}

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 Search Console in other clients