← Back to Plugins
MCP Server MCP

Google Ads

github By github 👁 1 views ▲ 0 votes

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.

Homepage Verified source GitHub

Install

npx -y @zleventer/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@zleventer/google-ads-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Ads developer token (apply at https://developers.google.com/google-ads/api/docs/get-started/dev-token)",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_DEVELOPER_TOKEN"
        },
        {
          "description": "OAuth 2.0 client ID from Google Cloud Console",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_CLIENT_ID"
        },
        {
          "description": "OAuth 2.0 client secret from Google Cloud Console",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_CLIENT_SECRET"
        },
        {
          "description": "OAuth 2.0 refresh token with https://www.googleapis.com/auth/adwords scope",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ADS_REFRESH_TOKEN"
        },
        {
          "description": "Default Google Ads customer ID (numeric, no dashes). Can be overridden per tool call.",
          "isRequired": true,
          "name": "GOOGLE_ADS_CUSTOMER_ID"
        },
        {
          "description": "Manager (MCC) account ID — required only if accessing accounts under an MCC",
          "name": "GOOGLE_ADS_LOGIN_CUSTOMER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...