A Claude Code skill + MCP server setup for expert-level Google Ads campaign analysis
{
"mcpServers": {
"google-ads-analyzer": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Claude Code skill + MCP server setup for expert-level Google Ads campaign analysis
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 29 days ago. 45 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
DataForSEO API modelcontextprotocol server
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
MCP Security Weekly
Get CVE alerts and security updates for Google Ads Analyzer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Claude Code skill + MCP server setup for expert-level Google Ads campaign analysis. Includes GAQL query templates, Quality Score diagnostics, Smart Bidding evaluation, Performance Max deep dives, and 12 reference documents.
When installed, Claude Code can:
Read & Analyze:
Write & Manage:
| Component | What it does |
|---|---|
| Skill (skill/) | Analysis framework with 12 reference docs that Claude loads as context |
| MCP Server | Fork of google-ads-mcp with 6 write tools — connects Claude Code to the Google Ads API for reading and managing campaigns |
| Scripts (scripts/) | OAuth setup helper |
uvx)Copy the skill/ folder into your Claude Code project:
# From your Claude Code project root
mkdir -p .claude/skills/google-ads-analyzer
cp -r skill/* .claude/skills/google-ads-analyzer/
The skill is now active. Claude will automatically use it when you ask about Google Ads analysis.
This is required to access the Google Ads API. It's separate from OAuth credentials.
Token access levels:
For most use cases, Basic Access is sufficient. The review process takes a few business days.
cd scripts/
# Place your downloaded OAuth client JSON in this folder
# (or point to it when prompted)
python3 setup.py
The script will:
credentials.json and .env.google-ads.mcp.json for Claude CodeRestart Claude Code, then ask:
"List my Google Ads accounts"
Clau