← Back to Plugins
MCP Server MCP

Adrex AI

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "adrex-ai",
      "version": "1.0.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Adrex API key from https://adrex.ai/settings (after connecting your ad accounts).",
          "isRequired": true,
          "isSecret": true,
          "name": "ADREX_API_KEY"
        },
        {
          "description": "Optional override for the Adrex backend API URL. Defaults to the Adrex hosted API.",
          "name": "ADREX_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...