← Back to Plugins
MCP Server MCP

io.github.mharnett/google-ads

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-google-ads",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth client ID",
          "isRequired": true,
          "name": "GOOGLE_ADS_CLIENT_ID"
        },
        {
          "description": "OAuth client secret",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_REFRESH_TOKEN"
        },
        {
          "description": "Google Ads API developer token",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_DEVELOPER_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...