Run all your ad campaigns
from any AI assistant.
Or put them on full autopilot.

Adrex is the AI-native platform for performance marketers. Manage campaigns from Claude Code, OpenClaw, Cursor, or Codex through our open MCP server — generate creative, launch cross-platform, and let an autonomous agent optimize spend in real time. TikTok & LinkedIn coming soon.

Free plan — no credit card
Works with Claude Code, OpenClaw, Cursor & Codex
Setup in under 5 minutes
adrex.ai/agent

Campaign Agent

Active · monitoring 12 campaigns

Live

Spend (24h)

$8,420

+12%

ROAS

4.8×

+0.6

CPA

$24

−18%

Recent decisions

Scaled Google Search "Spring Sale" budget +18%

2m ago

Refreshed creative on 3 fatigued Meta ads

14m ago

Reallocated $420 from Meta → Google (higher ROAS)

27m ago

Paused "Awareness EU" — CPA above guardrail

41m ago

2 platforms synced
next cycle in 14m

Trusted by performance teams at

NorthwindFenway DTCEmber & OakLumen LabsAtlas RetailVertex Co.

54

AI tools via MCP

24/7

Autonomous campaign agent

5+

AI clients supported

100%

Open-source MCP server

Everything you need

One workspace. Every advantage.

Stop stitching together creative tools, ad managers, spreadsheets, and reporting decks. Adrex puts the entire performance loop in one place.

MCP Server — Use Your Own AI

Manage every campaign from Claude Code, OpenClaw, Cursor, or Codex. 54 tools for Google & Meta, connected with a single API key — no SDK or credential setup.

Autonomous Optimization

Agents monitor performance around the clock — scaling winners, pausing losers, and rebalancing budget across platforms while you sleep.

AI Creative Studio

Generate scroll-stopping ad copy, images, and headlines in seconds — powered by best-in-class AI, with your brand voice baked in.

Cross-Platform Campaigns

Launch and manage Google Ads & Meta Ads from a single workspace — one creative, every format, every channel.

Competitor Intelligence

See every ad your competitors are running across Google & Meta — with AI-generated strategic breakdowns.

A/B Experiments

Test creative, audiences, and budgets with statistically-aware experiments. Promote winners with one click.

Unified Analytics

Real-time spend, CTR, CPA, and ROAS across every campaign and platform — no more spreadsheet stitching.

Safety Guardrails

Campaigns launch paused, budget caps and destructive-action gates are enforced server-side, and every change is logged.

How it works

From brief to optimized,
in minutes — not weeks.

01

Connect your accounts

Securely link Google Ads and Meta Ads in under two minutes. We never store your credentials — only short-lived OAuth tokens.

02

Plug in your AI assistant

Drop your Adrex API key into Claude Code, OpenClaw, Cursor, or Codex via the MCP server — or just use the Adrex dashboard. 54 tools, instantly.

03

Let the agent optimize

The autonomous agent monitors every campaign, reallocates budget across platforms, and refreshes fatigued creative.

Use it from your AI

Set up in 60 seconds.

Adrex ships a standard, open-source MCP server. Connect once, then run your ad accounts from any MCP client — Claude Code, Cursor, Codex, Gemini, and more.

01

Connect your ad accounts

Sign up and link Google & Meta with one click (OAuth). Credentials stay with Adrex — never in your AI client.

02

Generate an API key

In Settings → MCP, create your key. It maps your AI client to the accounts you connected.

03

Add the config to your AI

Paste one line/snippet into Claude Code, Cursor, Codex, Gemini, or any MCP client.

04

Just ask

“How are my campaigns doing?” → “Pause the losers and shift budget to the winners.” Adrex does it.

Copy-paste config for your client (swap in your API key from Settings):

Claude CodeTerminal — one command
claude mcp add -s user adrex-ai -e ADREX_API_KEY=YOUR_API_KEY -- npx -y adrex-ai
Gemini CLITerminal — one command
gemini mcp add adrex-ai -e ADREX_API_KEY=YOUR_API_KEY -- npx -y adrex-ai
Cursor / Claude DesktopJSON — ~/.cursor/mcp.json or claude_desktop_config.json
{
  "mcpServers": {
    "adrex-ai": {
      "command": "npx",
      "args": ["-y", "adrex-ai"],
      "env": { "ADREX_API_KEY": "YOUR_API_KEY" }
    }
  }
}
CodexTOML — ~/.codex/config.toml
[mcp_servers.adrex-ai]
command = "npx"
args = ["-y", "adrex-ai"]
env = { ADREX_API_KEY = "YOUR_API_KEY" }

…and any other MCP client (Cline, Windsurf, Zed): point it at npx -y adrex-ai with ADREX_API_KEY set.

Built for performance

The cockpit your team has
always wanted.

Real-time metrics, AI insights, and one-click actions across every campaign and platform.

adrex.ai/campaigns

Campaign performance

Last 30 days · Google + Meta

Healthy

Spend

$48,320

+12% vs. prev

Conversions

1,284

+24% vs. prev

ROAS

4.8×

+0.6 vs. prev

CPA

$37.61

−18% vs. prev

Spend & ROAS trend

Spend ROAS
Spring Sale — Search
5.2×active
Lookalike — Reels
4.1×active
Brand awareness — EU
2.8×paused

Why Adrex

Built to do the work,
not just show you charts.

Run it from your AI

Manage campaigns from Claude Code, Cursor, Codex, or Gemini through an open-source MCP server. One API key, zero setup.

Optimization on autopilot

An agent watches performance 24/7 and adjusts budgets, pauses underperformers, and refreshes creative — all behind guardrails you control.

Open & cross-platform

Google & Meta in one workspace today, with TikTok and LinkedIn next — on an architecture built to add channels fast.

Pricing

Simple, transparent,
scales with you.

No per-seat fees. No setup costs. Cancel anytime.

Free

Kick the tires with the MCP server and dashboard.

$0forever
  • 100 AI tool calls / month
  • MCP server — Claude Code, OpenClaw, Cursor, Codex
  • Google & Meta Ads
  • AI Creative Studio — 50 generations / mo
  • Community support
Start free

Starter

For solo marketers running real campaigns.

$29per month
  • 2,000 AI tool calls / month
  • Everything in Free
  • Autonomous campaign agent
  • Budget rules & A/B experiments
  • Email support
Start Starter
Most Popular

Pro

For teams scaling across channels.

$99per month
  • 20,000 AI tool calls / month
  • Everything in Starter
  • Competitor intelligence
  • Creative scoring & batch generation
  • Priority support
Start Pro

Agency

For agencies managing multiple brands.

$599per month
  • Unlimited tool calls
  • Multi-brand workspaces
  • White-label reporting
  • SSO, SOC 2, custom DPA
  • Dedicated success manager
Start Agency

Connects with

Google Ads
Meta Ads
Claude Code
OpenClaw
Cursor
Codex
Gemini

…and any MCP client

FAQ

Questions, answered.

Adrex ships an open-source MCP (Model Context Protocol) server, so you can manage your ad accounts directly from MCP clients like Claude Code, OpenClaw, Cursor, and Codex. Install it with one command (npx), add your Adrex API key, and you instantly get 54 tools for campaigns, reporting, keywords, and targeting — no SDK or credential setup.

Google Ads and Meta Ads (Facebook & Instagram) today, in one unified workspace. TikTok and LinkedIn are coming soon.

Yes. Campaigns are created paused, the agent enforces guardrails (budget caps, max % change, cooldowns), destructive actions are gated, and every decision is logged with full rollback. You can require human approval before any change is applied.

We use OAuth for all platform connections — credentials never touch the MCP client. Tokens are encrypted at rest, all traffic is TLS, and infrastructure runs on Google Cloud with isolation per account.

No. The Creative Studio generates copy, headlines, and images from a short brief. Edit anything you want — Adrex learns your brand voice from the assets you keep.

Of course. Manage or cancel your plan from Settings (powered by Stripe) — no calls, no retention scripts. You keep access through the end of your billing period.

Ship better ads.
Spend less time doing it.

Connect your accounts, point your AI assistant at them, and let Adrex handle the optimization grind.

No credit card required · Free plan to start · Cancel anytime