Side-by-Side Model Context Protocol Comparison

Google Ad Manager Mcp vs Orbiads GAM MCP

In-depth architectural comparison of the Google Ad Manager Mcp and Orbiads GAM MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Google Ad Manager Mcp
Marketing · Local stdio
Quality: 44/100 (Fair) | Auth: API Key required
Orbiads GAM MCP
Marketing · Local stdio
Quality: 41/100 (Fair) | Auth: OAuth 2.0
Verdict Summary: Choose Google Ad Manager Mcp if you need specialized Marketing tools running via a local process. Choose Orbiads GAM MCP if your workspace requires Marketing integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Google Ad Manager Mcp logo

Choose Google Ad Manager Mcp when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: GAM_CREDENTIALS_PATH, GAM_NETWORK_CODES, GAM_MCP_TRANSPORT, GAM_MCP_HOST, GAM_MCP_PORT, GAM_MCP_AUTH_TOKEN.
  • Primary tools included: list_delivering_orders, get_order, create_order.
Orbiads GAM MCP logo

Choose Orbiads GAM MCP when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Freemium).
  • You have access to required keys: ORBIADS_CLIENT_ID, ORBIADS_CLIENT_SECRET, ORBIADS_REDIRECT_URI.
  • Primary tools included: 270+ GAM API operations including campaigns, line items, creatives, and reporting, OAuth on-behalf-of-user authentication with safety confirm-before-write, Hosted MCP endpoint for AI agents like Claude, ChatGPT, Gemini, Cursor, Codex.

Feature & Specification Comparison

Specification
Google Ad Manager Mcp logo
Marketing
Orbiads GAM MCP logo
Marketing
SummaryGoogle Ad Manager API integration for managing campaigns, orders, line items, creatives, and advertisers with bulk upload support.Hosted Google Ad Manager MCP server for Claude, ChatGPT, Gemini, and Codex. 200+ tools across campaign management, line items, creatives (image/video/HTML5/native), interactive reporting, inventory exploration, and ad-ops compliance audits. OAuth on-behalf-of-user, GAM API v202602. Free trial at orbiads.com — 5 credits, no credit card.
Category & ScopeMarketingMarketing
Quality signal44/100 (Fair)41/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredOAuth 2.0
Pricing ModelFree / Open SourceFreemium
Required Env Vars
GAM_CREDENTIALS_PATHGAM_NETWORK_CODESGAM_MCP_TRANSPORTGAM_MCP_HOSTGAM_MCP_PORTGAM_MCP_AUTH_TOKEN
ORBIADS_CLIENT_IDORBIADS_CLIENT_SECRETORBIADS_REDIRECT_URI
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · low
Engagement & Health 3 views 0 copies 0 upvotes 17 stars 3 views 0 copies 0 upvotes 3 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Google Ad Manager Mcp ListingView Orbiads GAM MCP Listing

Tools & Capabilities Breakdown

Google Ad Manager Mcp Tools (35)

list_delivering_orders
List all orders with delivering line items
get_order
Get order details by ID or name
create_order
Create a new order
find_or_create_order
Find existing or create new order
get_line_item
Get line item details
create_line_item
Create a new line item
duplicate_line_item
Duplicate an existing line item
update_line_item
Update line item properties (name, type, delivery rate, priority, cost, goal, end date)
list_line_items_by_order
List all line items for an order
pause_line_item
Pause a delivering line item
resume_line_item
Resume a paused line item
archive_line_item
Archive a line item
+23 more tools listed on main page

Orbiads GAM MCP Tools (6)

270+ GAM API operations including campaigns, line items, creatives, and reporting
OAuth on-behalf-of-user authentication with safety confirm-before-write
Hosted MCP endpoint for AI agents like Claude, ChatGPT, Gemini, Cursor, Codex
Python CLI tool for terminal and script-based interaction
Supports GAM API version v202605
Natural language interface via AI agents or JSON output via CLI

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Google Ad Manager Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "matiouscorp-google-ad-manager-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "matiouscorp-google-ad-manager-mcp"
      ],
      "env": {
        "GAM_CREDENTIALS_PATH": "YOUR_GAM_CREDENTIALS_PATH_HERE",
        "GAM_NETWORK_CODES": "YOUR_GAM_NETWORK_CODES_HERE",
        "GAM_MCP_TRANSPORT": "YOUR_GAM_MCP_TRANSPORT_HERE",
        "GAM_MCP_HOST": "YOUR_GAM_MCP_HOST_HERE",
        "GAM_MCP_PORT": "YOUR_GAM_MCP_PORT_HERE",
        "GAM_MCP_AUTH_TOKEN": "YOUR_GAM_MCP_AUTH_TOKEN_HERE"
      }
    }
  }
}
Orbiads GAM MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "orbiads-orbiads-gam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "orbiads-orbiads-gam-mcp"
      ],
      "env": {
        "ORBIADS_CLIENT_ID": "YOUR_ORBIADS_CLIENT_ID_HERE",
        "ORBIADS_CLIENT_SECRET": "YOUR_ORBIADS_CLIENT_SECRET_HERE",
        "ORBIADS_REDIRECT_URI": "YOUR_ORBIADS_REDIRECT_URI_HERE"
      }
    }
  }
}

Frequently Asked Questions

Google Ad Manager Mcp is categorized under Marketing and uses a local stdio subprocess. In contrast, Orbiads GAM MCP belongs to Marketing using local stdio subprocess. Select Google Ad Manager Mcp when you need capabilities focused on marketing and Orbiads GAM MCP when you require tools for marketing.

More alternatives to Google Ad Manager McpMore alternatives to Orbiads GAM MCPMarketing category hub

Related MCP Server Comparisons

Popular comparisons with Google Ad Manager Mcp

Popular comparisons with Orbiads GAM MCP