PluginBench
MCP Server
Active

MCP Google Ads MCP Server

io.github.Ayo-Fam/mcp-google-ads

What is the MCP Google Ads MCP server?

Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.

How to install MCP Google Ads

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_ADS_DEVELOPER_TOKEN
    required
    secret

    Google Ads API developer token from the Google Ads API Center

  • GOOGLE_ADS_ACCOUNTS_CONFIG

    Path to accounts.json config file with OAuth credentials per account

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-google-ads": {
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<YOUR_GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-google-ads": {
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<YOUR_GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-google-ads": {
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<YOUR_GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-google-ads": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-ads-multi"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_ACCOUNTS_CONFIG": "<YOUR_GOOGLE_ADS_ACCOUNTS_CONFIG>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-google-ads --env GOOGLE_ADS_DEVELOPER_TOKEN=<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN> --env GOOGLE_ADS_ACCOUNTS_CONFIG=<YOUR_GOOGLE_ADS_ACCOUNTS_CONFIG> -- uvx mcp-google-ads-multi

Related MCP servers

Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.

0
Python
View repository →

Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.

0
Python
View repository →