google-ads-mcp
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
Package Details
google-ads-mcp-unofficial
Environment Variables
Google Ads API developer token from your Google Ads Manager account. Required.
Google OAuth2 client ID. Required.
Google OAuth2 client secret. Prefer storing in ~/.google-ads-mcp/config.json via setup.
Manager (MCC) customer ID used as login-customer-id header, no dashes (e.g., 1234567890). Optional but required for multi-account access.
OAuth redirect URI. Defaults to http://127.0.0.1:3000/callback.
Optional local path for OAuth tokens. Defaults to ~/.google-ads-mcp/tokens.json (0600).
Optional payload mode: summary, structured, or raw. Defaults to structured. raw returns full Google Ads API payloads.
Set to true to enable write tools (pause/resume keywords/campaigns, set bids, set budgets). Default false (read-only). Agents changing real ad spend is high-stakes; review every change.
Optional SQLite cache toggle. Set to true or sqlite to enable.
Optional local SQLite cache path. Defaults to ~/.google-ads-mcp/cache.sqlite.
Optional cache TTL in seconds. Defaults to 60. Set to 0 to keep entries indefinitely (entries are still overwritten on each hit).
Set to true to disable the HTTP retry middleware. Default false.