Skip to content
Zed

MCP Google Ads for Zed

io.github.ayo-fam/mcp-google-ads

Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.

client:Zed transport:stdio runtime:pypi

Install MCP Google Ads in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-google-ads": {
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Google Ads in other clients