Open-source MCP server for Google Ads and Meta Ads. Create campaigns, pull reports, and manage keywords & targeting in plain English from Claude, Cursor, or Codex.
Server Config
{
"mcpServers": {
"adrex-ai": {
"command": "npx",
"args": [
"-y",
"adrex-ai"
],
"env": {
"ADREX_API_KEY": "<YOUR_ADREX_API_KEY>"
}
}
}
}