
Google Ads MCP
Supports UIby cohnen
Directly interact with the Google Ads API using LLMs like Gemini.
What it does\nThis server enables Large Language Models to interact directly with the Google Ads API, allowing users to query campaign data, metrics, and ad groups using natural language.\n\n## Tools\n- list_campaigns: Retrieves a list of all ad campaigns.\n- get_campaign_metrics: Fetches performance metrics for a specific campaign ID.\n- list_ad_groups: Retrieves all ad groups within the account.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "GoogleAds": {\n "command": "pipx",\n "args": [\n "run",\n "--spec",\n "git+https://github.com/google-marketing-solutions/google_ads_mcp.git",\n "run-mcp-server"\n ],\n "env": {\n "GOOGLE_ADS_CREDENTIALS": "PATH_TO_YAML"\n }\n }\n }\n}\n\n\n## Supported hosts\nConfirmed support for Gemini CLI.
Quick install
pipx run --spec git+https://github.com/google-marketing-solutions/google_ads_mcp.git run-mcp-serverInformation
- Pricing
- free
- Published
- 4/11/2026
- stars






