Google Ads MCP
Provides tools for managing and analyzing Google Ads accounts, including cross-account performance reports, keyword research, raw GAQL queries, and previewing or executing safe changes like pausing campaigns and adding negative keywords.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Ads MCPWhat's our total spend across accounts this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This is a remote, fully hosted server. There is nothing to clone, install, or run. Point your MCP client at the endpoint below and sign in. This repository holds the connection setup and documentation only; the server is operated by AdPlug.
Endpoint
https://api.adplug.app/mcp/google-adsRelated MCP server: Google Ads MCP Server
What it does
Manage and analyze Google Ads in plain language from your AI assistant: pull spend and conversion reports across an entire MCC, research keywords, write raw GAQL, and make safe changes with a preview step before anything is committed. Costs come back formatted with currency symbols, account names are always attached to IDs, and MCC parent accounts are auto-detected so you rarely touch login_customer_id.
Built by a PPC veteran
Hi, I'm Daniel Popa, founder of AdPlug. I have spent 10+ years in performance marketing and managed over $100M in ad budgets, running paid acquisition and conversion optimization for brands including Coca-Cola, Rolex, Boots, British Gas, Europcar, O2, and SeedLegals.
I still run Google Ads and LinkedIn Ads every day, and I built this server because I was tired of switching between the AI I think in and the ad platforms I work in. This is not a generic API wrapper. Every tool exists because I needed it on a live account: a cross-account spend overview in one call, conversion reports that handle GAQL segmentation for you, and a preview step before any change touches a real account. If a workflow felt slow in my own day job, it became a tool.
Questions, feature requests, or PPC war stories? Reach me on LinkedIn or at support@adplug.app.
Quick start
You need a free AdPlug account to authorize the connection. The server uses OAuth 2.1: when you add it, your client opens a browser window where you sign in to AdPlug and connect Google Ads. No API keys or tokens are pasted anywhere.
Create your account at adplug.app and connect Google Ads.
Add the endpoint to your client (pick yours below).
Approve the OAuth prompt. You are connected.
Add it to your client
Claude.ai and Claude Desktop
Settings → Connectors → Add custom connector → paste the name and URL:
Field | Value |
Name |
|
URL |
|
A browser window opens to sign in and authorize. Done.
Claude Code (CLI)
claude mcp add --transport http adplug-google-ads https://api.adplug.app/mcp/google-adsThen run /mcp inside Claude Code and complete the OAuth login.
ChatGPT
Settings → Connectors → Create (Developer mode / custom connector) → paste the URL https://api.adplug.app/mcp/google-ads and authorize. Requires a ChatGPT plan that supports custom MCP connectors.
Cursor
Or add it manually to ~/.cursor/mcp.json:
{
"mcpServers": {
"adplug-google-ads": {
"url": "https://api.adplug.app/mcp/google-ads"
}
}
}VS Code
code --add-mcp '{"name":"adplug-google-ads","url":"https://api.adplug.app/mcp/google-ads"}'Any client that needs a stdio bridge (Windsurf, older desktop apps)
Use mcp-remote to bridge the remote server over stdio. It handles the OAuth handshake for you:
{
"mcpServers": {
"adplug-google-ads": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.adplug.app/mcp/google-ads"]
}
}
}Tools
16 tools, designed as a few flexible tools rather than many narrow ones.
Tool | What it does |
| Check whether Google Ads is connected and healthy. |
| List all accessible accounts with names, types, currencies, and MCC hierarchy. |
| Cross-account spend overview in one call (skips MCC managers). |
| Campaign-level metrics, no GAQL required. |
| Conversion-action breakdowns with segmentation handled for you. |
| Day-by-day metric trends. |
| Search-term report, sorted by cost. |
| Contents of shared negative-keyword lists. |
| Keyword research and ideas. |
| GAQL syntax reference. |
| Exact field names, types, and filterability for a reporting view. |
| Run raw GAQL for custom or advanced queries. |
| Preview a status change (pause / enable / remove) before committing. |
| Execute a previewed change. |
| Preview adding negative keywords (campaign-level or shared list). |
| Execute the negative-keyword addition. |
Authentication
OAuth 2.1 with Dynamic Client Registration. Your client discovers the authorization server from the endpoint, registers itself, and opens a browser for you to sign in to AdPlug and grant access. The connection between AdPlug and Google is held server-side and encrypted; the MCP client never sees a Google token.
Server config (for directory submissions)
{
"mcpServers": {
"adplug-google-ads": {
"url": "https://api.adplug.app/mcp/google-ads"
}
}
}Links
Website: https://adplug.app
Dashboard and connections: https://adplug.app/dashboard/connections
Setup guide: https://adplug.app/guides/google-ads
Support: support@adplug.app
More from AdPlug
AdPlug is a marketing control plane that plugs your ad accounts into AI assistants over the Model Context Protocol. This is one of several AdPlug servers:
Google Ads MCP (this one):
https://api.adplug.app/mcp/google-adsLinkedIn Ads MCP:
https://api.adplug.app/mcp/linkedin-adsUnified (Google Ads and LinkedIn Ads in one connector):
https://api.adplug.app/mcp
One AdPlug account works across all of them.
License
MIT for the contents of this repository (setup and documentation). The hosted service has its own terms.
Google Ads is a trademark of Google LLC. AdPlug is an independent integration and is not endorsed by or affiliated with Google.
This server cannot be deployed
Maintenance
Related MCP Connectors
Conversational access to advertising performance data, creative analysis, and campaign insights
Conversational access to advertising performance data, creative analysis, and campaign insights
Run Google Ads and Meta Ads from ChatGPT or Claude: audit wasted spend, create and manage campaigns.
Related MCP Servers
- AlicenseBqualityBmaintenanceEnables comprehensive Google Ads campaign management and analysis through natural language, including performance metrics, keyword optimization, budget management, and custom GAQL queries.10014MIT
- FlicenseNot gradedqualityCmaintenanceEnables comprehensive management of Google Ads campaigns through natural language, including campaign creation, ad group management, keyword operations, Performance Max campaigns, conversion tracking, and performance insights with support for multiple accounts.4-
- AlicenseAqualityCmaintenanceEnables managing Google Ads campaigns through an AI assistant with read-only reporting, recommendations, and gated write operations for bids, budgets, and statuses, all backed by preview and audit logging.311MIT
- AlicenseNot gradedqualityBmaintenanceEnables querying and managing Google Ads campaigns, keywords, assets, and more via natural language, with support for multiple MCP clients.66 npm1MIT