Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
Adrex AI MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
Open-source MCP server for Google Ads & Meta Ads
Adrex AI is an open-source MCP (Model Context Protocol) server that connects AI assistants to your Google Ads account, with Meta Ads coming soon. Instead of navigating complex dashboards, you manage campaigns, reporting, keywords, and targeting through natural language — from Claude, Cursor, Codex, or any MCP client.
Once Adrex AI is connected, these are the calls the assistant has available:
Campaigns — The Campaigns tool exposed by this serverKeywords — The Keywords tool exposed by this serverReporting — The Reporting tool exposed by this serverserver on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: ADREX_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Adrex AI's toolset — Campaigns, Keywords, Reporting — is a fair guide to whether it matches your workflow. It is maintained by gauravapiscean; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Campaigns | The Campaigns tool exposed by this server. |
| Keywords | The Keywords tool exposed by this server. |
| Reporting | The Reporting tool exposed by this server. |
{
"mcpServers": {
"adrex-ai": {
"command": "npx",
"args": ["-y", "adrex-ai"],
"env": {
"ADREX_API_KEY": "your-api-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ADREX_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.