Skip to content
Cursor

gadschain for Cursor

io.github.snipmcp/gadschain

Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.

client:Cursor transport:stdio runtime:pypi

Install gadschain in Cursor

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

{
  "mcpServers": {
    "gadschain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gadschain"
      ]
    }
  }
}

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

gadschain in other clients