Skip to content
Zed

Adrex AI for Zed

io.github.gauravapiscean/adrex-ai

Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.

client:Zed transport:stdio runtime:npm

Install Adrex AI 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": {
    "adrex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "adrex-ai"
      ],
      "env": {
        "ADREX_API_KEY": "<ADREX_API_KEY>",
        "ADREX_API_URL": "<ADREX_API_URL>"
      }
    }
  }
}

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

Adrex AI in other clients