Skip to content
Grok

google gsc for Grok

io.github.mharnett/google-gsc

Google Search Console MCP: search analytics, URL inspection, site management.

client:Grok transport:stdio runtime:npm

Install google gsc 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": {
    "google-gsc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}

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

google gsc in other clients