google-ads-mcp

matheusslg/google-ads-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Workflow-shaped MCP server exposing the Google Ads API to AI agents with built-in safety rails for mutations.
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": {
    "google-ads-mcp": {
      "command": "uvx",
      "args": [
        "google-ads-mcp"
      ]
    }
  }
}

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

README Excerpt

> Workflow-shaped MCP server exposing the Google Ads API to AI agents > with built-in safety rails for mutations. **Status**: Pre-release (v0.0.1) — bootstrap skeleton only. See [open issues](https://github.com/matheusslg/google-ads-mcp/issues) for the roadmap. ```bash uvx google-ads-mcp ``` (Full install + Google Ads OAuth setup walkthrough lands in #3 and is documented in `docs/developer-token.md` once #2 ships.)