What problem does it solve? Connecting an AI assistant like Claude, Cursor, or Gemini to a Google Ads account requires installing the official Google Ads MCP server, configuring OAuth credentials, and wiring up client-specific JSON settings — a process with many failure points. This Skill walks through every step with verification checks and troubleshooting guidance. ## Core Features & Use Cases - Guided Installation: Verifies Python 3.12+ and pipx prerequisites, then installs the official google-ads-mcp package from PyPI with PATH troubleshooting. - Client Integration: Provides ready-to-use configuration for Claude Desktop, Cursor, and Antigravity CLI, including OS-specific config file paths and environment variable setup. - Cloud Deployment: Covers optional deployment to Google Cloud Run with Docker image builds and HTTP-based MCP client configuration. - Use Case: A marketing analyst wants to ask their AI assistant questions like "What is the status of campaigns in account 1234567890?" — this Skill gets the MCP server running so the assistant can query Google Ads via GAQL. ## Quick Start Set up the Google Ads MCP server and connect it to my AI assistant so I can query my campaign data with natural language.