google-ads-manager-mcp
Rank #32,474io.github.AleemHaider/google-ads-manager-mcp
Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.
google-ads-manager-mcp is a Model Context Protocol (MCP) server published by aleemhaider. It ranks #32,474 of 115,460 servers tracked on MCP Toplist. google-ads-manager-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 13, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 82,986 of 115,460 servers on MCP Toplist.
Use google-ads-manager-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-manager-mcp -e "GOOGLE_ADS_CLIENT_ID=<your GOOGLE_ADS_CLIENT_ID>" -e "GOOGLE_ADS_CLIENT_SECRET=<your GOOGLE_ADS_CLIENT_SECRET>" -e "GOOGLE_ADS_DEVELOPER_TOKEN=<your GOOGLE_ADS_DEVELOPER_TOKEN>" -e "GOOGLE_ADS_REFRESH_TOKEN=<your GOOGLE_ADS_REFRESH_TOKEN>" -e "GOOGLE_ADS_CUSTOMER_ID=<your GOOGLE_ADS_CUSTOMER_ID>" -e "GOOGLE_ADS_LOGIN_CUSTOMER_ID=<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>" -- npx -y google-ads-manager-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-ads-manager-mcp]
command = "npx"
args = ["-y", "google-ads-manager-mcp"]
[mcp_servers.google-ads-manager-mcp.env]
GOOGLE_ADS_CLIENT_ID = "<your GOOGLE_ADS_CLIENT_ID>"
GOOGLE_ADS_CLIENT_SECRET = "<your GOOGLE_ADS_CLIENT_SECRET>"
GOOGLE_ADS_DEVELOPER_TOKEN = "<your GOOGLE_ADS_DEVELOPER_TOKEN>"
GOOGLE_ADS_REFRESH_TOKEN = "<your GOOGLE_ADS_REFRESH_TOKEN>"
GOOGLE_ADS_CUSTOMER_ID = "<your GOOGLE_ADS_CUSTOMER_ID>"
GOOGLE_ADS_LOGIN_CUSTOMER_ID = "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ads-manager-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<your GOOGLE_ADS_CUSTOMER_ID>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ads-manager-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<your GOOGLE_ADS_CUSTOMER_ID>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-ads-manager-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<your GOOGLE_ADS_CUSTOMER_ID>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ads-manager-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<your GOOGLE_ADS_CUSTOMER_ID>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ads-manager-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "<your GOOGLE_ADS_CLIENT_ID>",
"GOOGLE_ADS_CLIENT_SECRET": "<your GOOGLE_ADS_CLIENT_SECRET>",
"GOOGLE_ADS_DEVELOPER_TOKEN": "<your GOOGLE_ADS_DEVELOPER_TOKEN>",
"GOOGLE_ADS_REFRESH_TOKEN": "<your GOOGLE_ADS_REFRESH_TOKEN>",
"GOOGLE_ADS_CUSTOMER_ID": "<your GOOGLE_ADS_CUSTOMER_ID>",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "<your GOOGLE_ADS_LOGIN_CUSTOMER_ID>"
}
}
}
}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.AleemHaider%2Fgoogle-ads-manager-mcp)<a href="https://mcptoplist.com/server/io.github.AleemHaider%2Fgoogle-ads-manager-mcp"><img src="https://mcptoplist.com/badge/io.github.AleemHaider%2Fgoogle-ads-manager-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
aleemhaider
Other servers by aleemhaider
View all aleemhaider servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 13, 2026 |
Frequently asked questions
- Who maintains google-ads-manager-mcp?
- google-ads-manager-mcp is maintained by aleemhaider, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is google-ads-manager-mcp listed on the Official MCP Registry?
- Yes — google-ads-manager-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does google-ads-manager-mcp have?
- MCP Toplist tracks 1 version of google-ads-manager-mcp, most recently published on Aug 13, 2026.
- Where can I find the source code for google-ads-manager-mcp?
- The source code for google-ads-manager-mcp is hosted at github.com/AleemHaider/google-ads-manager-mcp.