MCP Server
MCP
Adrex AI
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
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
By
Comments
Sign in to leave a comment