GadsChain
Rank #50,907io.github.SnipMCP/gadschain
Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.
GadsChain is a Model Context Protocol (MCP) server published by snipmcp. It ranks #50,907 of 103,541 servers tracked on MCP Toplist. GadsChain is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 23, 2026 and most recently updated on May 23, 2026.
Ranks ahead of 52,634 of 103,541 servers on MCP Toplist.
Use GadsChain
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gadschain -- uvx gadschain[mcp_servers.gadschain]
command = "uvx"
args = ["gadschain"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gadschain": {
"command": "uvx",
"args": [
"gadschain"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gadschain": {
"command": "uvx",
"args": [
"gadschain"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gadschain": {
"type": "stdio",
"command": "uvx",
"args": [
"gadschain"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gadschain": {
"command": "uvx",
"args": [
"gadschain"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gadschain": {
"command": "uvx",
"args": [
"gadschain"
]
}
}
}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.SnipMCP%2Fgadschain)<a href="https://mcptoplist.com/server/io.github.SnipMCP%2Fgadschain"><img src="https://mcptoplist.com/badge/io.github.SnipMCP%2Fgadschain.svg" alt="MCP Toplist: Top 50% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
snipmcp
Other servers by snipmcp
View all snipmcp servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 23, 2026 |
Frequently asked questions
- Who maintains GadsChain?
- GadsChain is maintained by snipmcp, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is GadsChain listed on the Official MCP Registry?
- Yes — GadsChain is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GadsChain have?
- MCP Toplist tracks 1 version of GadsChain, most recently published on May 23, 2026.
- Where can I find the source code for GadsChain?
- The source code for GadsChain is hosted at github.com/snipmcp/gadschain.