Skip to content
Zed

google gsc for Zed

io.github.mharnett/google-gsc

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

client:Zed transport:stdio runtime:npm

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

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

google gsc in other clients