A Claude Code skill + MCP server setup for expert-level Google Ads campaign analysis
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"google-ads-analyzer": {
"command": "<see-readme>",
"args": []
}
}
}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. Includes GAQL query templates, Quality Score diagnostics, Smart Bidding evaluation, Performance Max deep dives, and 12 reference documents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
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