Google Ads MCP Pro
Provides read and write access to Google Ads, allowing AI agents to manage campaigns, ad groups, keywords, ad creatives, assets, conversions, bidding strategies, and more via the Google Ads API.
Click on "Install 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 MCP ProChange geo targeting to presence only in California"
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.
Google Ads MCP Pro
Stop reading dashboards. Start changing them.
A Model Context Protocol server that gives your AI assistant full read and write control over Google Ads — build campaigns, fix targeting leaks, rewrite ads, and switch bidding strategies without ever opening the browser.
Why this exists
Most Google Ads MCP servers are read-only. They tell you your CPC went up. They can't lower it.
This one closes the loop:
"Impression share is 12%. Why?"
→ queries the API, finds 80% lost to budget
"Fix it."
→ creates a dedicated budget, relinks the campaign,
switches to Maximize Conversions, verifies the changeThat whole exchange happens in chat. No browser. No clicking through six settings screens.
Real story: this fork was built while managing a live account. It found a campaign silently locked out of smart bidding by a shared-budget flag, a geo-targeting setting leaking spend to three foreign countries, and a sitelink contradicting the site's own lead flow — then fixed all three through the API. Read-only tooling would have surfaced none of it.
Related MCP server: gads-transparency-mcp
What you can actually do
Ask your assistant | What happens |
"Build a search campaign for my new service" | Budget → campaign → ad group → keywords → RSA → sitelinks, in one pass |
"We're wasting money on competitor searches" | Pulls the search-terms report, adds negative keywords |
"Only show my ads to people physically in Jordan" | Flips geo targeting to |
"This ad's strength is Average — improve it" | Rewrites headlines and descriptions in place |
"Switch to smart bidding" | Handles the shared-budget blocker, then switches strategy |
"Which niches are worth entering?" | Keyword Planner volumes, competition, and top-of-page CPC |
"Upload the leads that became paying clients" | Offline conversion upload by GCLID |
Every write tool supports validate_only — a real dry run against Google's API that validates without applying. Ask for a preview before anything touches a live account.
Quick start
1. Requirements
Python 3.11+
A Google Ads developer token (apply here)
OAuth desktop credentials from Google Cloud Console
2. Install
git clone https://github.com/saifshabsug/google-ads-mcp-pro.git
cd google-ads-mcp-pro
pip install -r requirements.txt3. Configure
cp .env.example .envGOOGLE_ADS_DEVELOPER_TOKEN=your_developer_token
GOOGLE_ADS_CLIENT_ID=your_oauth_client_id
GOOGLE_ADS_CLIENT_SECRET=your_oauth_client_secret
GOOGLE_ADS_LOGIN_CUSTOMER_ID=1234567890 # your MCC, digits only
GOOGLE_ADS_CREDENTIALS_PATH=./credentials.json
GOOGLE_ADS_AUTH_TYPE=oauth4. Register with your MCP client
claude mcp add google-ads -- python /full/path/to/google_ads_server.py{
"mcpServers": {
"google-ads": {
"command": "python",
"args": ["/full/path/to/google_ads_server.py"],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "...",
"GOOGLE_ADS_CLIENT_ID": "...",
"GOOGLE_ADS_CLIENT_SECRET": "...",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "...",
"GOOGLE_ADS_CREDENTIALS_PATH": "/full/path/to/credentials.json",
"GOOGLE_ADS_AUTH_TYPE": "oauth"
}
}
}
}First run opens a browser for OAuth consent and caches the token.
🧰 The 43 tools
list_accounts · get_account_currency · get_campaign_performance · get_ad_performance · get_ad_creatives · run_gaql · execute_gaql_query · list_resources · get_image_assets · download_image_asset · analyze_image_assets · get_asset_usage
create_campaign_budget · create_search_campaign · create_ad_group · create_responsive_search_ad · add_keywords · add_location_targeting
update_campaign_status · update_campaign_name · update_campaign_budget_amount · update_campaign_budget_link · update_campaign_bidding · update_campaign_geo_target_type · update_ad_group_bid · update_ad_status · update_responsive_search_ad · update_keyword_status · set_device_bid_modifier
add_negative_keywords · add_ad_group_negative_keywords
add_call_asset · add_sitelinks · add_callouts · add_structured_snippet · add_ad_group_sitelinks · add_ad_group_callouts · remove_campaign_asset
create_conversion_action · update_conversion_action · upload_click_conversion
generate_keyword_ideas · set_ad_schedule
Hard-won gotchas
Things the API docs bury, discovered by hitting them in production:
Symptom | Cause | Fix |
| Smart bidding is rejected on any |
|
| Bidding strategies are messages; the field mask must name a subfield | Use |
Spend leaking to other countries | Campaigns default to |
|
| It's an ad-group negative, not a positive keyword | Remove and re-add instead |
| Not a valid date literal | Use |
⚠️ Safety
This server writes to live advertising accounts that spend real money.
Start with
validate_only=trueon anything you haven't run beforeTest against a low-budget or paused campaign first
credentials.jsonand.envare gitignored — keep it that wayDeveloper tokens under Test Access only reach test accounts; Basic Access is needed for production
Provided as-is under MIT. You are responsible for what runs against your account.
Credits
Built on the excellent cohnen/mcp-google-ads by Ernesto Cohnen (ixigo), which provided the read/reporting foundation and OAuth handling. This fork keeps all of it and adds 31 write tools, the Google Ads API v24 upgrade, validate_only dry-run support across every mutation, and the production fixes above.
MIT licensed, original copyright preserved — see LICENSE.
Contributing
Issues and PRs welcome. Especially valuable:
New write tools (audiences, experiments, Performance Max)
Additional gotchas for the table above
Tests against sandbox accounts
Maintained by Saif Shabsug — software consultancy, Amman
If this saved you a browser session, a ⭐ helps others find it.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA read-write MCP server for managing Google Ads campaigns, ad groups, keywords, and ads via natural language.Last updated122The Unlicense
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to research competitor ads, analyze advertiser profiles, and compare ad presence across 42 regions using publicly available Google Ads Transparency data.Last updated5121MIT
- Alicense-qualityDmaintenanceMCP server for managing ad campaigns across Google Ads, Meta, and more. Enables deploying campaigns, checking performance, and managing budgets from terminal or AI assistants.Last updatedMIT
- AlicenseAqualityAmaintenanceAn MCP server that gives your AI assistant read + write access to Google Ads and GA4 — with safety guardrails that prevent accidental spend.Last updated67223MIT
Related MCP Connectors
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saifshabsug/google-ads-mcp-pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server