Marketing

Google Ads MCP by iSteam

Full campaign management — create campaigns, manage keywords, run reports, track conversions. 27 tools.

Free
N/A rating (0 reviews)0 installs2 GitHub stars
google-adsadvertisingmarketingcampaignsisteam

Compatible with

Claude DesktopCursorWindsurf

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-ads": {
      "env": {
        "GOOGLE_ADS_CLIENT_ID": "your-client-id",
        "GOOGLE_ADS_CUSTOMER_ID": "123-456-7890",
        "GOOGLE_ADS_CLIENT_SECRET": "your-client-secret",
        "GOOGLE_ADS_REFRESH_TOKEN": "your-refresh-token",
        "GOOGLE_ADS_DEVELOPER_TOKEN": "your-developer-token"
      },
      "args": [
        "-y",
        "@isteam/google-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.