Skip to content

Google Search Console for Zed

com.getmcpads/google-search-console

Google Search Console MCP server: 20 read tools.

client:Zed transport:stdio runtime:npm

Install Google Search Console 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": {
    "google-search-console": {
      "command": "npx",
      "args": [
        "-y",
        "@getmcpads/google-search-console-mcp-server"
      ],
      "env": {
        "GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
        "GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
        "GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
        "GSC_ACCESS_TOKEN": "<GSC_ACCESS_TOKEN>",
        "GSC_SITE_URL": "<GSC_SITE_URL>"
      }
    }
  }
}

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

Google Search Console in other clients