mcp-google-ads

v-p3truk/mcp-google-ads
★ 0 stars Python API Integration Updated 1d ago
Google Ads MCP server with write operations (fork of cohnen/mcp-google-ads) — 16 mutate tools + read-only GAQL, API v24
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-google-ads": {
      "command": "uvx",
      "args": [
        "mcp-google-ads"
      ]
    }
  }
}

Or install with pip: pip install mcp-google-ads

README Excerpt

An MCP server that lets Claude (or any MCP client) **read _and_ change** a Google Ads account. This is a rebuilt fork of [cohnen/mcp-google-ads](https://github.com/cohnen/mcp-google-ads). The original is query-only — it exposes 12 read tools and cannot modify anything. Google's own search and resource metadata, with no mutate operations at all.

Tools (1)

run_gaql