analytics
Google Ads MCP Server
Query and manage Google Ads campaigns from Claude Code. Built by Google's marketing solutions team.
Pricing: free — Free and open source. Requires a Google Ads account and API credentials.
Features
- Campaign performance reporting and analytics
- Ad group and keyword management
- Budget and bidding strategy insights
- Search term analysis for finding new keywords
- Built by Google Marketing Solutions team
- OAuth credentials support
Setup Instructions
1. Set up Google Ads API access at developers.google.com/google-ads/api
2. Create a google-ads.yaml credentials file with your OAuth tokens and developer token
3. Add to your Claude MCP settings:
``
json
{
"mcpServers": {
"google-ads": {
"command": "pipx",
"args": ["run", "--spec", "git+https://github.com/google-marketing-solutions/google_ads_mcp.git", "run-mcp-server"],
"env": {
"GOOGLE_ADS_CREDENTIALS": "/path/to/google-ads.yaml"
}
}
}
}
``
4. Restart Claude and verify the connectionAdded: 2026-03-01