mcpbeat Sign in

Google Ads MCP Server

local only

Google Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 30 Aug 2026.

Google Ads: 31 read tools with full Keyword Planner, 7 write tools that preview first.

Installs per day peak 52 · avg 1
a month agotoday
52
Installs / week
npm · @getmcpads/google-ads-mcp-server
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to Google Ads

same job, measured the same way
Google Ads
by mharnett

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

318 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
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering
AdsAgent — Google Ads MCP
by adsagent

Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.

answering
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

607 installs/wk local only
Google Ads Intent MCP
by davidmosiah

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

439 installs/wk local only
Getappniche
by getappniche

Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

50 installs/wk 7 tools answering
I
datavessel
by datavessel

200+ read/write tools for GA4, Search Console, Google Ads, Shopify, WooCommerce, Shopware & more.

answering

Google Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Ads?
Google Ads 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 npm package @getmcpads/google-ads-mcp-server was installed 52 times last week.
How do I connect Google Ads?
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 @getmcpads/google-ads-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Google Ads?
The npm package @getmcpads/google-ads-mcp-server was installed 52 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Ads open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript 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.