Side-by-Side Model Context Protocol Comparison

Facebook Ads Mcp Server vs Orbiads GAM MCP

In-depth architectural comparison of the Facebook Ads Mcp Server 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

Facebook Ads Mcp Server
Marketing · Local stdio
Quality: 55/100 (Good) | Auth: No auth required
Orbiads GAM MCP
Marketing · Local stdio
Quality: 45/100 (Fair) | Auth: OAuth 2.0
Verdict Summary: Choose Facebook Ads Mcp Server 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?

Facebook Ads Mcp Server logo

Choose Facebook Ads Mcp Server when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: Lists ad accounts linked to a Meta access token, Retrieves detailed information for campaigns, ad sets, ads, and creatives, Fetches collections of ads and ad sets by account or campaign.
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
Facebook Ads Mcp Server logo
Marketing
Orbiads GAM MCP logo
Marketing
SummaryMCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.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 signal55/100 (Good)45/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredOAuth 2.0
Pricing ModelFree / Open SourceFreemium
Required Env VarsNone required
ORBIADS_CLIENT_IDORBIADS_CLIENT_SECRETORBIADS_REDIRECT_URI
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · low
Engagement & Health 0 views 0 copies 0 upvotes 350 stars 3 views 0 copies 0 upvotes 3 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Facebook Ads Mcp Server ListingView Orbiads GAM MCP Listing

Tools & Capabilities Breakdown

Facebook Ads Mcp Server Tools (6)

Lists ad accounts linked to a Meta access token
Retrieves detailed information for campaigns, ad sets, ads, and creatives
Fetches collections of ads and ad sets by account or campaign
Provides performance insights for accounts, campaigns, and ad sets
Supports automatic Meta token creation via GoMarble's server
Easy local setup with Python and optional virtual environment

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).

Facebook Ads Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "gomarble-ai-facebook-ads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}
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

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

More alternatives to Facebook Ads Mcp ServerMore alternatives to Orbiads GAM MCPMarketing category hub

Related MCP Server Comparisons

Popular comparisons with Facebook Ads Mcp Server

Popular comparisons with Orbiads GAM MCP