mcpbeat Sign in

Google Ads Intent MCP Server

local only

Google Ads Intent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 142 installs a week from pypi. Last commit 29 Aug 2026.

Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents.

Installs per day peak 317 · avg 24 · -66% w/w
a month agotoday
142
Installs / week
pypi · google-ads-intent-mcp
2
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Google Ads Intent MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-ads-intent-mcp -- uvx google-ads-intent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-ads-intent-mcp": {
      "args": [
        "google-ads-intent-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-ads-intent-mcp]
command = "uvx"
args = ["google-ads-intent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-ads-intent-mcp": {
      "args": [
        "google-ads-intent-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-ads-intent-mcp": {
      "args": [
        "google-ads-intent-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_ADS_DEVELOPER_TOKEN (Google Ads developer token used only when live Google Ads access is configured.), GOOGLE_ADS_CLIENT_ID (OAuth client ID used only when live Google Ads access is configured.), GOOGLE_ADS_CLIENT_SECRET (OAuth client secret used only when live Google Ads access is configured.), GOOGLE_ADS_REFRESH_TOKEN (OAuth refresh token used only when live Google Ads access is configured.), GOOGLE_ADS_CUSTOMER_ID (Google Ads customer ID for live account queries.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Ads Intent MCP

same job, measured the same way
MCP Google Ads
by ayo-fam

Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.

55 installs/wk local only
Google Ads
by mcp-dir

Full Google Ads management: read (campaigns, performance, ROAS, keywords, search terms) and write (p

35 tools answering
Google News & Trends MCP
by akzar1el

Query Google News RSS feeds and search interest over time via Google Trends.

527 installs/wk local only
Gadschain
by snipmcp

Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.

48 installs/wk local only
Agency MCP
by jiyumarketing-mcp

Run a marketing agency from Claude: Google Ads, Analytics, Search Console, Meta, WordPress and CRM.

answering
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
Google Health Fitbit MCP
by berkkilicoglu

Privacy-first Google Health API MCP server for health, sleep, activity and HR agents

122 installs/wk local only

Google Ads Intent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Ads Intent MCP?
Google Ads Intent MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package google-ads-intent-mcp was installed 142 times last week.
How do I connect Google Ads Intent MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-ads-intent-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Ads Intent MCP?
The pypi package google-ads-intent-mcp was installed 142 times in the last week. Week over week that is -66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Ads Intent MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.