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
{
"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