mcpbeat Sign in

Google Ads MCP Server

local only

Google Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Google Ads MCP: GAQL queries, resources, recommendations, keyword ideas, change history. 11 tools.

Installs / week
pypi · scalably-google-ads-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Google Ads 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-mcp -- uvx scalably-google-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-ads-mcp": {
      "args": [
        "scalably-google-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-ads-mcp]
command = "uvx"
args = ["scalably-google-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-ads-mcp": {
      "args": [
        "scalably-google-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-ads-mcp": {
      "args": [
        "scalably-google-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Google Ads MCP

same job, measured the same way
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

242 installs/wk local only
MCP Google Forms
by kamarusama

19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

85 installs/wk local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
MCP Gads
by pijusz

Google Ads MCP server — query campaigns, keywords, assets & more via natural language

64 installs/wk local only
Google Ads MCP
by davidmosiah

Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.

99 installs/wk local only
Google Trends MCP
by purahmanian

Google Trends MCP server: interest over time, comparisons, related queries, trending searches

52 installs/wk local only
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
Google Chat MCP
by mmedum

Google Chat as MCP tools: read, search and write to your spaces, direct messages and sidebar.

local only

Google Ads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Ads MCP?
Google Ads 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 scalably-google-ads-mcp.
How do I connect Google Ads 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 scalably-google-ads-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Google Ads MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.