adloop

kLOsk/adloop
★ 100 stars Python 🤖 AI/LLM Updated 17d ago
An MCP server that gives your AI assistant read + write access to Google Ads and GA4 — with safety guardrails that prevent accidental spend.
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": {
    "adloop": {
      "command": "uvx",
      "args": [
        "adloop"
      ]
    }
  }
}

Or install with pip: pip install adloop

Topics

aicursorga4google-adsgoogle-analyticsmarketingmcpmodel-context-protocolpython