Skip to main content
Glama
johnoconnor0

Google Ads MCP Server

by johnoconnor0
.env.example674 B
# Google Ads MCP Server - Environment Variables # Copy this file to .env and fill in your credentials # Google Ads API Credentials GOOGLE_ADS_DEVELOPER_TOKEN=you-developer-token GOOGLE_ADS_CLIENT_ID=your-client-ID GOOGLE_ADS_CLIENT_SECRET=your-client-secret GOOGLE_ADS_REFRESH_TOKEN=-your-refresh-token # Optional: MCC Account ID (without hyphens) GOOGLE_ADS_LOGIN_CUSTOMER_ID=123-456-7899 # Optional: Service Account (alternative to OAuth) # GOOGLE_ADS_SERVICE_ACCOUNT_KEY_FILE=/path/to/service-account-key.json # Logging LOG_LEVEL=INFO # Cache Settings CACHE_ENABLED=true CACHE_BACKEND=memory # Redis (only if CACHE_BACKEND=redis) # REDIS_URL=redis://localhost:6379

Latest Blog Posts

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/johnoconnor0/google-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server