Skip to content
Cursor

MCP Google Ads for Cursor

io.github.ayo-fam/mcp-google-ads

Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.

client:Cursor transport:stdio runtime:pypi

Install MCP Google Ads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-ads": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Google Ads in other clients