Adrex AI MCP Server

Open-source MCP server for Google Ads & Meta Ads Manage your ad campaigns in plain English from Claude Code, Cursor, Codex, Gemini, or any MCP client. Its 40 documented tools cover ads, google, campaign, meta. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2 · #88 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Adrex AI

before you install - you'll need

ADREX_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add adrex-ai-adrex-ai -- npx -y adrex-ai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adrex-ai-adrex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "adrex-ai"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package adrex-ai - unscoped; check the name against the project README before installing

registry registry publisher io.github.gauravapiscean is not the repo owner (adrex-ai) - the registry entry was published by someone else

03 · What Adrex AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all accessible Google Ads accounts, list campaigns with performance metrics, get detailed campaign info and metrics, and create a Search campaign (created PAUSED).

Capability map

Tools grouped from the project's README - what Adrex AI lets an agent do.

Google

28 tools - e.g. List all accessible Google Ads accounts; List campaigns with performance metrics; Get detailed campaign info and metrics

google_ads_list_accounts · google_ads_list_campaigns · google_ads_get_campaign · google_ads_create_search_campaign · google_ads_update_campaign · google_ads_pause_campaign…

Meta

12 tools - e.g. List all Meta ad accounts; List campaigns with metrics; Get detailed campaign info

meta_ads_list_accounts · meta_ads_list_campaigns · meta_ads_get_campaign · meta_ads_create_campaign · meta_ads_update_campaign · meta_ads_pause_campaign…

04 · Who maintains Adrex AI

Adrex AI is maintained by adrex-ai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #88 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.gauravapiscean/adrex-ai (active, first published 2026-07-22)
packages
npm:adrex-ai

06 · Adrex AI FAQ

Is Adrex AI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25. We re-verify nightly.

What can Adrex AI do?

With this server connected, an agent can list all accessible Google Ads accounts, list campaigns with performance metrics, get detailed campaign info and metrics, and create a Search campaign (created PAUSED).

How do I install Adrex AI?

Run `npx -y adrex-ai`. The README documents one environment variable (ADREX_API_KEY) to set first. You can also paste the ready-made client config above.

Does Adrex AI run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Adrex AI