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