MCP Directory
Back

google_ads_mcp

by google-marketing-solutions · Python · ★ 186

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.

#ai-agents#gemini#google#google-ads#google-ads-api#mcp#mcp-server

Install

pip install git+https://github.com/google-marketing-solutions/google_ads_mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-ads-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/google-marketing-solutions/google_ads_mcp.git"
      ]
    }
  }
}

From the README

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. > [!NOTE] > This is NOT an officially supported Google product. It is mainly for experimental purposes and not intended for production use. Consider using the official [Google Ads MCP Server](https://github.com/google-ads/google-ads-mcp-python) instead. Copyright Google LLC. Supported by Google LLC and/or its affiliate(s). This solution, including any related sample code or data, is made available on an “as…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers