Google Custom Search MCP for Zed
io.github.a1-x-tech/mcp-google-custom-search
MCP server for Google Custom Search: web and image search via a Programmable Search Engine.
client:Zed
transport:stdio
runtime:npm
Install Google Custom Search MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-google-custom-search": {
"command": "npx",
"args": [
"-y",
"mcp-google-custom-search"
],
"env": {
"GOOGLE_CUSTOM_SEARCH_API_KEY": "<GOOGLE_CUSTOM_SEARCH_API_KEY>",
"GOOGLE_CUSTOM_SEARCH_ENGINE_ID": "<GOOGLE_CUSTOM_SEARCH_ENGINE_ID>",
"GOOGLE_CUSTOM_SEARCH_API_BASE": "<GOOGLE_CUSTOM_SEARCH_API_BASE>",
"GOOGLE_CUSTOM_SEARCH_TIMEOUT_MS": "<GOOGLE_CUSTOM_SEARCH_TIMEOUT_MS>",
"GOOGLE_CUSTOM_SEARCH_MAX_RETRIES": "<GOOGLE_CUSTOM_SEARCH_MAX_RETRIES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs