google_ads_mcp

google-marketing-solutions/google_ads_mcp
★ 128 stars Python 🤖 AI/LLM Updated 1mo ago
The Google Ads MCP Server is an implementation of the Model Context Protocol (MCP) that enables Large Language Models (LLMs), such as Gemini, to interact directly with the Google Ads API.
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

Topics

ai-agentsgeminigooglegoogle-adsgoogle-ads-apimcpmcp-server