Skillquality 0.45

google-ads-mcp

Use when the user needs to SET UP, CONFIGURE, or TROUBLESHOOT MCP server connections for Google Ads or any advertising platform. Trigger for: MCP setup, MCP config, API credentials, OAuth, developer token, authentication errors, connection issues, 'connect to Google Ads', 'set up

Price
free
Protocol
skill
Verified
no

What it does

Google Ads MCP Setup Skill

Guide for connecting MiniAgent's MCP servers to real ad platform APIs.

Claude Code Setup

claude mcp add miniagent-google -- python -m miniagent.mcp.google_ads

Or add to .mcp.json:

{
  "mcpServers": {
    "miniagent-google": {
      "command": "python",
      "args": ["-m", "miniagent.mcp.google_ads"],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "your-token",
        "GOOGLE_ADS_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
        "GOOGLE_ADS_CLIENT_SECRET": "your-secret",
        "GOOGLE_ADS_REFRESH_TOKEN": "your-refresh-token",
        "GOOGLE_ADS_CUSTOMER_ID": "1234567890"
      }
    }
  }
}

Getting Credentials

  1. Developer Token: Google Ads → Tools → API Center → Apply
  2. OAuth Client: Google Cloud Console → APIs → Credentials → Create OAuth Client ID
  3. Refresh Token: Run python -m miniagent.mcp.google_ads --oauth to start the OAuth flow
  4. Customer ID: The 10-digit number in the top-right of Google Ads (no dashes)

Troubleshooting

ErrorCauseFix
AUTHENTICATION_ERRORBad credentialsCheck all 4 env vars are set
AUTHORIZATION_ERRORNo access to accountVerify customer_id, check MCC access
DEVELOPER_TOKEN_NOT_APPROVEDToken pendingApply at Google Ads API Center
RATE_LIMIT_EXCEEDEDToo many requestsAdd retry logic, check quota

Capabilities

skillsource-itallstartedwithaideaskill-google-ads-mcptopic-advertisingtopic-agent-skillstopic-ai-agentstopic-claude-codetopic-cross-platformtopic-google-adstopic-llmtopic-mcptopic-meta-adstopic-minimindtopic-model-context-protocoltopic-ollama

Install

Installnpx skills add itallstartedwithaidea/MiniAgent
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,433 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:14:48Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access