advertisingOfficial
Google Ads MCP
63
Read-only access to Google Ads campaign data, performance reporting, and account discovery. Official Google implementation.
2000/wk1.0K tokens(0.5%)Official1w ago
Network
google-adsppcadvertisingcampaignsmarketing
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"google-ads-mcp": {
"command": "python",
"args": [
"-m",
"google_ads_mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "YOUR_GOOGLE_ADS_DEVELOPER_TOKEN",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "YOUR_GOOGLE_ADS_LOGIN_CUSTOMER_ID"
}
}
}
}