REMOTE?
google-ads-mcp-worker marcosvb1/google-ads-mcp-workerRemote MCP server for the Google Ads API running on Cloudflare Workers. Provides read-only access to Google Ads data through GAQL, including customer listing, MCC expansion, paginated search, and resource metadata retrieval.
The scanner shows
Not enough data to score this server yet.
First indexed Aug 8, 2026
Environment variables (11)?
At least one of these required?
ACCESS_TEAM_DOMAIN · ACCESS_AUD
At least one of these required?
MCP_SHARED_SECRET
At least one of these required?
MCP_ALLOW_UNAUTHENTICATED
ACCESS_AUDstring OPTIONAL
Cloudflare Access audience tag (Aud) for the Access application. Used with ACCESS_TEAM_DOMAIN.
MCP_SHARED_SECRETstring OPTIONAL
Bearer token for authentication. Clients must send Authorization: Bearer <token>. Enables bearer authentication mode.
ACCESS_TEAM_DOMAINstring OPTIONAL
Cloudflare Access team domain (e.g., https://<team>.cloudflareaccess.com). Enables Cloudflare Access authentication mode.
GOOGLE_ADS_CLIENT_IDstring REQUIRED
OAuth client ID from Google Cloud Console (required).
GOOGLE_ADS_API_VERSIONstring OPTIONAL default: v25
Google Ads API version to use. Default is v25.
Show all 11 environment variables GOOGLE_ADS_CLIENT_SECRETstring REQUIRED
OAuth client secret from Google Cloud Console (required).
GOOGLE_ADS_REFRESH_TOKENstring REQUIRED
OAuth refresh token with scope https://www.googleapis.com/auth/adwords (required).
MCP_ALLOW_UNAUTHENTICATEDstring OPTIONAL default: false
Set to 'true' to disable authentication (open mode). Intended for local development only.
GOOGLE_ADS_DEVELOPER_TOKENstring REQUIRED
Google Ads developer token (required). Obtain from Google Ads manager account → API Center.
GOOGLE_ADS_LOGIN_CUSTOMER_IDstring OPTIONAL
Manager account (MCC) ID for the default profile, digits only. Required to access client accounts through the MCC.
GOOGLE_ADS_ALLOWED_CUSTOMER_IDSstring OPTIONAL
Comma-separated allowlist of customer IDs that this deployment may query. Any other ID is refused before reaching Google.