Back to Browse

Adrex Ai MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.

About

Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.

Security Report

4.8
Use Caution4.8High Risk

Adrex AI is a well-structured MCP server for managing Google Ads and Meta Ads campaigns. Authentication is properly enforced via API keys sent as HTTP headers, and all tool calls are proxied through a remote backend that holds user credentials. The codebase is clean with no malicious patterns, hardcoded secrets, or dangerous operations. Minor code quality observations (broad error handling, limited input validation on the client side) do not materially impact security since validation occurs on the backend. Permissions are appropriate for the stated purpose. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your Adrex API key from https://adrex.ai/settings (after connecting your ad accounts).Required

Environment variable: ADREX_API_KEY

Optional override for the Adrex backend API URL. Defaults to the Adrex hosted API.Optional

Environment variable: ADREX_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gauravapiscean-adrex-ai": {
      "env": {
        "ADREX_API_KEY": "your-adrex-api-key-here",
        "ADREX_API_URL": "your-adrex-api-url-here"
      },
      "args": [
        "-y",
        "adrex-ai"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!