Back to MCP Servers
🔌

gomarble-ai/google-ads-mcp-server

MITAPI key required

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

PythonCommunication

Install

npx -y gomarble-ai-google-ads-mcp-server

Required environment variables

GOOGLE_ADS_DEVELOPER_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gomarble-ai-google-ads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gomarble-ai-google-ads-mcp-server"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.