google search for Zed
com.mcparmory/google-search
Scrape Google search results with SERP data, ads, and knowledge panels
client:Zed
transport:stdio
runtime:pypi
Install google search in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-search": {
"command": "uvx",
"args": [
"mcparmory-google-search"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs