Odel
gadschain

gadschain

Local
@snipmcpPythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgadschainv0.1.1

Run

uvx gadschain

MCP client config

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