adops mcp for Cursor
io.github.enzoemir1/adops-mcp
CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization.
client:Cursor
transport:stdio
runtime:npm
Install adops mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"adops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adops-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs