OrbiAds MCP Server
Rank #12,319glama/OrbiAds/Orbiads-GAM-MCP
173 tools to automate Google Ad Manager — campaigns, creatives, inventory, reporting via natural language
OrbiAds MCP Server is a Model Context Protocol (MCP) server published by orbiads. It ranks #12,319 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. OrbiAds MCP Server is listed across 3 registries — Glama, mcp.so and PulseMCP, with 2 release tags tracked from its GitHub repository. It was first listed on Mar 31, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 103,272 of 115,591 servers on MCP Toplist.
Use OrbiAds MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http orbiads-gam-mcp https://orbiads.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.orbiads-gam-mcp]
url = "https://orbiads.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://orbiads.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"orbiads-gam-mcp": {
"url": "https://orbiads.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"orbiads-gam-mcp": {
"type": "http",
"url": "https://orbiads.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"orbiads-gam-mcp": {
"serverUrl": "https://orbiads.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"orbiads-gam-mcp": {
"url": "https://orbiads.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/glama%2FOrbiAds%2FOrbiads-GAM-MCP)<a href="https://mcptoplist.com/server/glama%2FOrbiAds%2FOrbiads-GAM-MCP"><img src="https://mcptoplist.com/badge/glama%2FOrbiAds%2FOrbiads-GAM-MCP.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
orbiads
GitHub releases (2)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| skills-latest | Jun 24, 2026 |
| v1.1.0 | May 27, 2026 |
Frequently asked questions
- Who maintains OrbiAds MCP Server?
- OrbiAds MCP Server is maintained by orbiads, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is OrbiAds MCP Server listed on the Official MCP Registry?
- OrbiAds MCP Server is not on the Official MCP Registry. It is listed on Glama, mcp.so and PulseMCP.
- How many versions does OrbiAds MCP Server have?
- No registry surfaces explicit version metadata for OrbiAds MCP Server; MCP Toplist tracks 2 release tags from its GitHub repository, most recently published on Jun 24, 2026.
- Where can I find the source code for OrbiAds MCP Server?
- The source code for OrbiAds MCP Server is hosted at github.com/orbiads/orbiads-gam-mcp.