Google Search Console for Zed
io.github.acamolese/google-search-console-mcp
Google Search Console: SEO audits, performance queries, URL inspection, indexing checks.
client:Zed
transport:stdio
runtime:pypi
Install Google Search Console in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-search-console-mcp": {
"command": "uvx",
"args": [
"mcp-google-search-console"
],
"env": {
"GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
"GSC_SERVICE_ACCOUNT_FILE": "<GSC_SERVICE_ACCOUNT_FILE>",
"GSC_REPORT_LANGUAGE": "<GSC_REPORT_LANGUAGE>",
"GSC_DATA_STATE": "<GSC_DATA_STATE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs