Odel
mcp google ads

mcp google ads

Local
@mharnett1TypeScriptMITUpdated 1w ago

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-google-adsv1.0.1

Run

npx -y mcp-google-ads

MCP client config

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