# Google Ads MCP Environment Configuration
# Copy this file to .env and fill in your actual values
# Authentication Type (choose one: "oauth" or "service_account")
GOOGLE_ADS_AUTH_TYPE=oauth
# Credentials Path
# For OAuth: Path to client_secret.json or saved token file
# For Service Account: Path to service account key file
GOOGLE_ADS_CREDENTIALS_PATH=/path/to/credentials.json
# Google Ads Developer Token (required)
GOOGLE_ADS_DEVELOPER_TOKEN=your_developer_token_here
# Manager Account ID (optional, for MCC accounts)
# Format: XXX-XXX-XXXX or XXXXXXXXXX
GOOGLE_ADS_LOGIN_CUSTOMER_ID=
# For OAuth-specific config (required if using OAuth and there's no client_secret.json)
GOOGLE_ADS_CLIENT_ID=your_client_id_here
GOOGLE_ADS_CLIENT_SECRET=your_client_secret_here
# For Service Account-specific config (optional)
# Email to impersonate with the service account (typically your admin email)
GOOGLE_ADS_IMPERSONATION_EMAIL=
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cohnen/mcp-google-ads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server