mcp-google-ads

FGRibreau/mcp-google-ads
★ 0 stars Rust 📦 Other Updated 1d ago
MCP server for Google Ads — full campaign management with safety guardrails
View on GitHub →

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": "cargo",
      "args": [
        "run",
        "--",
        "mcp-google-ads"
      ]
    }
  }
}