AI ads infrastructure

Is There an MCP Server for Google Ads?

Yes — several MCP servers connect Google Ads to Claude, ChatGPT, Cursor, and other AI clients. The current landscape and which one to use.

NotFair Team|

Yes — multiple MCP (Model Context Protocol) servers connect Google Ads to AI clients. As of April 2026 the options fall into three buckets: hosted production-grade servers (NotFair), community open-source wrappers on GitHub, and roll-your-own builds on top of the Google Ads API and the official MCP SDK.

What's available right now

  • NotFairhosted MCP server with ~40 read and write tools, one-click OAuth, MCC support, sandboxed GAQL execution, and approval gates on destructive operations. Used by individual marketers and agencies.
  • Community open-source serverspublished by individual developers since late 2024. Quality and tool coverage vary; most are read-focused thin wrappers around the official client libraries.
  • Roll-your-ownbuild directly on top of the Google Ads API using the official MCP SDK (TypeScript or Python). Realistic effort: 2–4 weeks plus the Google developer token application.

Which one should you use?

  • Use NotFair if you want to be auditing a real account in 5 minutes without standing up infrastructure or applying for a Google developer token.
  • Use a community server if you already have an approved developer token, only need read tools, and want full code control.
  • Roll your own if you have specific compliance, data-residency, or bespoke-tool requirements that the existing options don't meet.

Is there an official Google MCP server?

No. As of April 2026, Google has not published a first-party MCP server for Google Ads. All available options are third-party — built by NotFair or by individual community developers.

Is there an Anthropic-published MCP server for Google Ads?

No. Anthropic publishes the MCP specification and SDKs, but not vertical MCP servers themselves. Third-party servers like NotFair fill that role for Google Ads.

FAQ

Try MCP with Google Ads

Connect your Google Ads account to NotFair in 30 seconds and start querying campaigns from Claude.

Connect Google Ads

FAQ

Common questions about Model Context Protocol.

How many MCP servers exist for Google Ads?

A handful of public ones as of April 2026. NotFair is the most actively maintained hosted option. Several community open-source wrappers exist on GitHub. The number is growing — MCP is still a young protocol.

Can I use any MCP server with Claude?

Most MCP servers work with Claude Desktop, Claude Code, and Claude Cowork. Some only support stdio transport (works with Claude Code, Cursor) and not HTTP/SSE (needed for Claude Desktop). Check the server's docs before installing.

Do I need a developer token to use any Google Ads MCP server?

Hosted servers like NotFair handle the developer token for you. Community open-source servers and roll-your-own builds require you to apply for your own — typically a 1–2 week Google approval process.

What's the most production-ready Google Ads MCP server?

NotFair, as of April 2026. It's the only one we know of with a hosted OAuth flow, MCC support, sandboxed GAQL, and approval-gated write tools. Community options are catching up.