AI ads infrastructure
What Is MCP for Google Ads?
MCP for Google Ads is the open-standard interface that lets AI assistants like Claude read and act on your campaigns. Plain-English explainer + setup.
MCP for Google Ads is an MCP (Model Context Protocol) server that exposes Google Ads API operations as structured tools an AI assistant can call. Plug it into Claude, ChatGPT, Cursor, or any MCP-compatible client and the assistant can read campaigns, run audits, pause keywords, adjust bids — all from a normal conversation.
The Model Context Protocol itself is an open standard from Anthropic that defines how AI clients connect to tools. Think of it as USB-C for AI. "MCP for Google Ads" is a specific server implementation that speaks the protocol on one side and the Google Ads API on the other.
What does an MCP for Google Ads do?
- Translates natural language into Google Ads API calls — "audit my account" becomes a parallel GAQL fan-out across spend, search terms, and quality scores.
- Holds the Google Ads developer token (hosted servers) so individual users do not need to apply to Google.
- Manages OAuth — one click to grant read/write scope; revocable through Google's account settings.
- Enforces approval gates on destructive operations — pausing campaigns, deleting assets, big budget changes.
- Exposes both read tools (audits, reports, change history) and write tools (pause, bid update, negative keywords, RSAs).
Why MCP and not just the Google Ads API directly?
The Google Ads API is built for human developers writing code. MCP is built for AI clients picking tools at runtime. The MCP layer makes Google Ads accessible to any compatible AI without per-client integration code — connect once, use anywhere.
MCP also adds the safety layer the Google Ads API does not have on its own: approval flows, scoped auth, change history, and rollback. The raw API will let an AI delete a campaign with a single call. A well-designed MCP server requires confirmation first.
How do you actually use one?
Three steps: pick an MCP server (the simplest is NotFair, hosted), authenticate with Google through the server's OAuth flow, and add the server to your AI client. From that point on, you can ask "why did CPA rise this week?" or "pause keywords with zero conversions in 90 days" and the AI will route the call to the right tool.
FAQ
Try MCP with Google Ads
Connect your Google Ads account to NotFair in 30 seconds and start querying campaigns from Claude.