Adrex AI for Cursor
io.github.gauravapiscean/adrex-ai
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
client:Cursor
transport:stdio
runtime:npm
Install Adrex AI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"adrex-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adrex-ai"
],
"env": {
"ADREX_API_KEY": "<ADREX_API_KEY>",
"ADREX_API_URL": "<ADREX_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs