MCP Google Ads
Rank #57,610io.github.Ayo-Fam/mcp-google-ads
Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance.
MCP Google Ads is a Model Context Protocol (MCP) server published by apexradius. It ranks #57,610 of 115,591 servers tracked on MCP Toplist. MCP Google Ads is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 57,981 of 115,591 servers on MCP Toplist.
Use MCP Google Ads
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-google-ads -e "GOOGLE_ADS_DEVELOPER_TOKEN=<your GOOGLE_ADS_DEVELOPER_TOKEN>" -e "GOOGLE_ADS_ACCOUNTS_CONFIG=<your GOOGLE_ADS_ACCOUNTS_CONFIG>" -- uvx mcp-google-ads-multiReplace each placeholder with your own value before saving.
[mcp_servers.mcp-google-ads]
command = "uvx"
args = ["mcp-google-ads-multi"]
[mcp_servers.mcp-google-ads.env]
GOOGLE_ADS_DEVELOPER_TOKEN = "<your GOOGLE_ADS_DEVELOPER_TOKEN>"
GOOGLE_ADS_ACCOUNTS_CONFIG = "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-ads": {
"command": "uvx",
"args": [
"mcp-google-ads-multi"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_ACCOUNTS_CONFIG": "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-ads": {
"command": "uvx",
"args": [
"mcp-google-ads-multi"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_ACCOUNTS_CONFIG": "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-google-ads": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-google-ads-multi"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_ACCOUNTS_CONFIG": "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-ads": {
"command": "uvx",
"args": [
"mcp-google-ads-multi"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_ACCOUNTS_CONFIG": "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-google-ads": {
"command": "uvx",
"args": [
"mcp-google-ads-multi"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_ACCOUNTS_CONFIG": "<your GOOGLE_ADS_ACCOUNTS_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
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.github.Ayo-Fam%2Fmcp-google-ads)<a href="https://mcptoplist.com/server/io.github.Ayo-Fam%2Fmcp-google-ads"><img src="https://mcptoplist.com/badge/io.github.Ayo-Fam%2Fmcp-google-ads.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
apexradius
Other servers by apexradius
View all apexradius servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 30, 2026 |
Frequently asked questions
- Who maintains MCP Google Ads?
- MCP Google Ads is maintained by apexradius, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Google Ads listed on the Official MCP Registry?
- Yes — MCP Google Ads is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Google Ads have?
- MCP Toplist tracks 1 version of MCP Google Ads, most recently published on Jun 30, 2026.
- Where can I find the source code for MCP Google Ads?
- The source code for MCP Google Ads is hosted at github.com/apexradius/mcp-google-ads.