Adrex AI

Created By
Adrex AI9 hours ago
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.
Overview

Adrex AI — Google Ads & Meta Ads for your AI assistant

Adrex AI is an open-source MCP server that connects Google Ads and Meta Ads to Claude, Cursor, Codex, or any MCP client. Manage campaigns, reporting, keywords, audiences, and targeting in plain English — no dashboards.

Setup

claude mcp add -s user adrex-ai -e ADREX_API_KEY=<key> -- npx -y adrex-ai
Get a free API key at https://adrex.ai. Connect your ad accounts once via OAuth — tokens stay on Adrex's servers, never in the client.

What you can do

- "Show my Google Ads performance for the last 7 days"
- "Pause the campaign with the lowest ROAS"
- "Create a Meta campaign for our summer sale, $50/day" (created paused for review)

Safety first

Every campaign and ad is created paused, spend-starting actions warn first, and read operations run freely.

Server Config

{
  "mcpServers": {
    "adrex-ai": {
      "command": "npx",
      "args": [
        "-y",
        "adrex-ai"
      ],
      "env": {
        "ADREX_API_KEY": "<YOUR_ADREX_API_KEY>"
      }
    }
  }
}
Project Info
Created At
9 hours ago
Updated At
8 hours ago
Author Name
Adrex AI
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Jiebang Tools

12 hours ago
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

3 hours ago