Google Ads MCP
Rank #22,128io.scalably/google-ads-mcp
Google Ads MCP: GAQL queries, resources, recommendations, keyword ideas, change history. 11 tools.
Google Ads MCP is a Model Context Protocol (MCP) server published by scalably-io. It ranks #22,128 of 132,113 servers tracked on MCP Toplist. Google Ads MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Sep 9, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 109,985 of 132,113 servers on MCP Toplist.
Use Google Ads MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add google-ads-mcp -e "GOOGLE_ADS_DEVELOPER_TOKEN=<your GOOGLE_ADS_DEVELOPER_TOKEN>" -e "GOOGLE_ADS_CLIENT_ID=<your GOOGLE_ADS_CLIENT_ID>" -e "GOOGLE_ADS_CLIENT_SECRET=<your GOOGLE_ADS_CLIENT_SECRET>" -e "GOOGLE_ADS_REFRESH_TOKEN=<your GOOGLE_ADS_REFRESH_TOKEN>" -e "GOOGLE_ADS_LOGIN_CUSTOMER_ID=<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>" -e "GOOGLE_ADS_API_VERSION=<your GOOGLE_ADS_API_VERSION>" -e "GOOGLE_ADS_LOG_LEVEL=<your GOOGLE_ADS_LOG_LEVEL>" -e "GOOGLE_ADS_USE_PROTO_PLUS=<your GOOGLE_ADS_USE_PROTO_PLUS>" -- uvx scalably-google-ads-mcpReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
[mcp_servers.google-ads-mcp]
command = "uvx"
args = ["scalably-google-ads-mcp"]
[mcp_servers.google-ads-mcp.env]
GOOGLE_ADS_DEVELOPER_TOKEN = "<your GOOGLE_ADS_DEVELOPER_TOKEN>"
GOOGLE_ADS_CLIENT_ID = "<your GOOGLE_ADS_CLIENT_ID>"
GOOGLE_ADS_CLIENT_SECRET = "<your GOOGLE_ADS_CLIENT_SECRET>"
GOOGLE_ADS_REFRESH_TOKEN = "<your GOOGLE_ADS_REFRESH_TOKEN>"
GOOGLE_ADS_LOGIN_CUSTOMER_ID = "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
GOOGLE_ADS_API_VERSION = "<your GOOGLE_ADS_API_VERSION>"
GOOGLE_ADS_LOG_LEVEL = "<your GOOGLE_ADS_LOG_LEVEL>"
GOOGLE_ADS_USE_PROTO_PLUS = "<your GOOGLE_ADS_USE_PROTO_PLUS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"google-ads-mcp": {
"command": "uvx",
"args": [
"scalably-google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>",
"GOOGLE_ADS_API_VERSION": "<your GOOGLE_ADS_API_VERSION>",
"GOOGLE_ADS_LOG_LEVEL": "<your GOOGLE_ADS_LOG_LEVEL>",
"GOOGLE_ADS_USE_PROTO_PLUS": "<your GOOGLE_ADS_USE_PROTO_PLUS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"google-ads-mcp": {
"command": "uvx",
"args": [
"scalably-google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>",
"GOOGLE_ADS_API_VERSION": "<your GOOGLE_ADS_API_VERSION>",
"GOOGLE_ADS_LOG_LEVEL": "<your GOOGLE_ADS_LOG_LEVEL>",
"GOOGLE_ADS_USE_PROTO_PLUS": "<your GOOGLE_ADS_USE_PROTO_PLUS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
{
"servers": {
"google-ads-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scalably-google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>",
"GOOGLE_ADS_API_VERSION": "<your GOOGLE_ADS_API_VERSION>",
"GOOGLE_ADS_LOG_LEVEL": "<your GOOGLE_ADS_LOG_LEVEL>",
"GOOGLE_ADS_USE_PROTO_PLUS": "<your GOOGLE_ADS_USE_PROTO_PLUS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"google-ads-mcp": {
"command": "uvx",
"args": [
"scalably-google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>",
"GOOGLE_ADS_API_VERSION": "<your GOOGLE_ADS_API_VERSION>",
"GOOGLE_ADS_LOG_LEVEL": "<your GOOGLE_ADS_LOG_LEVEL>",
"GOOGLE_ADS_USE_PROTO_PLUS": "<your GOOGLE_ADS_USE_PROTO_PLUS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"google-ads-mcp": {
"command": "uvx",
"args": [
"scalably-google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>",
"GOOGLE_ADS_API_VERSION": "<your GOOGLE_ADS_API_VERSION>",
"GOOGLE_ADS_LOG_LEVEL": "<your GOOGLE_ADS_LOG_LEVEL>",
"GOOGLE_ADS_USE_PROTO_PLUS": "<your GOOGLE_ADS_USE_PROTO_PLUS>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/google-ads-mcp/releases/download/v1.0.1/google-ads-mcp.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.scalably%2Fgoogle-ads-mcp)<a href="https://mcptoplist.com/server/io.scalably%2Fgoogle-ads-mcp"><img src="https://mcptoplist.com/badge/io.scalably%2Fgoogle-ads-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
scalably-io
Other servers by scalably-io
- Google Search Console MCP#17,998 · 2 vers
- Figma MCP#21,428 · 2 vers
- Google Analytics 4 MCP#22,127 · 2 vers
- DataForSEO MCP#23,804 · 2 vers
- Hunter MCP#30,471 · 1 ver
- Klaviyo MCP#30,472 · 1 ver
- example-mcp#35,201
- Shopify Admin MCP Server (Read-Only)#47,169 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Sep 9, 2026 |
| 1.0.0 | Sep 9, 2026 |
Frequently asked questions
- Who maintains Google Ads MCP?
- Google Ads MCP is maintained by scalably-io, which publishes 13 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Google Ads MCP listed on the Official MCP Registry?
- Yes — Google Ads MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Google Ads MCP have?
- MCP Toplist tracks 2 versions of Google Ads MCP, most recently published on Sep 9, 2026.
- Where can I find the source code for Google Ads MCP?
- The source code for Google Ads MCP is hosted at github.com/scalably-io/google-ads-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.