Skip to main content
MarketingPython

gomarble-ai/google-ads-mcp-server

MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.

marketingcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gomarble-ai/google-ads-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "google-ads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gomarble-ai/google-ads-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Marketing
Language
Python
Author
gomarble-ai