Skip to content
Cursor

mcp gads for Cursor

io.github.pijusz/mcp-gads

Google Ads MCP server — query campaigns, keywords, assets & more via natural language

client:Cursor transport:stdio runtime:npm

Install mcp gads in Cursor

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

{
  "mcpServers": {
    "mcp-gads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-gads"
      ]
    }
  }
}

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

mcp gads in other clients