AI ads infrastructure
Is There an MCP Server for Google Ads?
Yes. Google now publishes an official, read-only Google Ads MCP server, and hosted options such as NotFair add OAuth setup and reviewed write workflows for live accounts.
Yes. There is now an official Google Ads MCP server from Google, alongside hosted and open-source alternatives. The important distinction is not the protocol: it is whether you need local, read-only analysis or a hosted workflow that can propose and execute reviewed changes in a live account.
What's available right now
- Google's official Google Ads MCP server — a self-managed, read-only server for account discovery, GAQL queries, and resource metadata. It runs locally over stdio and requires your own Google Ads developer token and Google Cloud credentials.
- NotFair — a hosted Google Ads MCP server for analysis and reviewed writes. It handles the Google Ads developer token, uses OAuth to connect the accounts you choose, and keeps proposed changes explicit, logged, and undoable where supported.
- Community open-source servers — useful when you want source control or a narrow custom tool surface. Quality, authentication setup, and write safeguards vary by project.
Where can I compare the options?
This page answers the existence question: Google has an official read-only server, and hosted and self-hosted alternatives exist. For the buying decision — setup, transport, exact tool scope, write safety, and operating burden — use the Google Ads MCP Servers Compared guide linked below.
Is there an official Google MCP server?
Yes. Google publishes an official Google Ads MCP server in its Developer Toolkit. Its current scope is read-only: account discovery, GAQL search, and resource metadata. It is a strong fit for developers who want to run a local analysis tool; it does not execute Google Ads mutations.
Is there an Anthropic-published MCP server for Google Ads?
No. Anthropic publishes the MCP specification and the Claude client experience; Google and third parties provide the Google Ads servers. Claude can use an MCP server that its client supports.
FAQ
Move from article to live account work
Connect your account first, then use an MCP client to turn the article workflow into a reviewed account action.