Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Google Ads in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Add Google Ads to claude.ai and Claude Desktop as a custom connector: Claude reads campaigns, search terms, Quality Score and budgets. Read-only, no developer token.
Try asking
Example prompts for Google Ads
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
Google Ads in Claude
Short answer: install the Google Ads connector on AnythingMCP with an OAuth client from your Google Cloud project, authorize it once, then add AnythingMCP to Claude as a custom connector (Customize → Connectors → Add custom connector, URL https://cloud.anythingmcp.com/mcp). Claude can then read your campaigns, search terms, keywords, budgets, conversions and change history, and answer with your real numbers. It cannot change anything in the account.
Claude has no built-in Google Ads connector. A remote MCP server in between is what makes it work in claude.ai on the web, not only in desktop or coding tools.
Set it up
Step 1: Google Cloud project and OAuth client
- In console.cloud.google.com, enable Google Ads API for a project and check its access level on the Google Ads API page. You need Explorer access or higher to read real accounts; a new project starts at Test access. No developer token is needed since September 2026.
- Set the OAuth consent screen to Internal (Google Workspace) or External and In production.
- Create an OAuth client ID of type Web application with the redirect URI
https://cloud.anythingmcp.com/api/mcp-oauth/callback.
The details, including what each access level allows: Google Ads API access without a developer token.
Step 2: Install Google Ads on AnythingMCP
- Create a workspace on AnythingMCP Cloud (7 days free) or use your self-hosted AnythingMCP.
- In Marketplace, open Google Ads, click Install and paste the client ID and secret.
- On the connector page click Authorize with Provider and sign in with a Google user that can see your ad accounts. A user with the Read only role in Google Ads is enough.
Step 3: Add AnythingMCP to Claude
- In Claude, open Customize → Connectors.
- Click Add, then Add custom connector.
- Enter a name, e.g.
Google Ads, and your MCP server URL, then click Add. The shared URLhttps://cloud.anythingmcp.com/mcpworks; the server page in AnythingMCP also shows a URL for a server that exposes only Google Ads. - Click Connect and approve the sign-in to AnythingMCP.
Custom connectors are available on every Claude plan; on Free you can add one. On Team and Enterprise, an owner adds the connector for the organisation. The same connector appears in the Claude desktop app.
Step 4: Ask
Start a new chat and ask about your account, for example "how did my Google Ads do last month?". Claude lists your accounts, picks the right one and calls the report tools on its own. Every tool is read-only, so Claude only asks for approval if your connector settings require it.
What happens when you ask
We asked Claude, in claude.ai, how our own account did in the last 30 days. It called six tools, found that one of two accounts with the same name had been idle all year, reported spend, conversions and cost per conversion for the other, and then went further: the daily numbers showed two bursts of one-cent clicks producing most of the month's conversions, and Claude suggested checking the sign-up conversion before trusting the campaign's optimization. The step-by-step version: Google Ads audit with Claude.
Prompts to try in Claude
- "Compare my Google Ads spend, conversions and cost per conversion this month with last month, by campaign."
- "Find search terms that cost more than €20 in the last 30 days without a conversion, and propose negative keywords."
- "Which keywords have a Quality Score below 5, and is the problem expected CTR, ad relevance or landing page?"
- "Is any campaign limited by budget? Show lost impression share to budget and to rank."
- "Which ads are disapproved or have poor ad strength?"
- "What changed in the account in the last 7 days, and who made the changes?"
Good to know
- Claude reads money in micros from the API and converts it; the connector tells it to name the account currency.
- Today's data is partial, and conversions keep arriving for days. Ask for "the last 30 full days ending yesterday" for stable numbers.
- The OAuth client and the refresh token stay on the AnythingMCP server, encrypted. People on your team connect with their own login and never see them.
Every tool and limit in detail: Google Ads MCP server overview.
FAQ
Does it work on the Claude Free plan? Yes. Free plans can add one custom connector, and AnythingMCP counts as one no matter how many connectors you install on it.
Can Claude pause campaigns or change bids? No. The connector only has read tools.
Does it work in Claude Code too?
Yes. Add the same server with claude mcp add --transport http anythingmcp https://cloud.anythingmcp.com/mcp --header "X-API-Key: <your MCP API key>".
I manage clients through an MCC. Does that work?
Yes. Put the manager's 10-digit id in GOOGLE_ADS_LOGIN_CUSTOMER_ID and ask Claude to list the client accounts first.
Related
- Google Ads MCP server: the overview
- Google Ads audit with Claude
- Google Ads API access without a developer token
- Connect Google Ads to ChatGPT
- Connect Google Search Console to Claude
- Google Ads in the marketplace
Was this guide helpful?