Skip to content
Zed

Google Search Console MCP Server for Zed

io.github.conorbronsdon/gsc-mcp

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

client:Zed transport:stdio runtime:npm

Install Google Search Console MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "gsc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/gsc-mcp"
      ],
      "env": {
        "GSC_CREDENTIALS_PATH": "<GSC_CREDENTIALS_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Google Search Console MCP Server in other clients