mcp for Zed
io.github.vibeads/mcp
Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@vibeads/mcp"
],
"env": {
"VIBEADS_API_KEY": "<VIBEADS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs