HomeMarketing & E-Commerce › ZuckerBot — Meta Ads MCP Server

ZuckerBot — Meta Ads MCP Server

60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.

TypeScript Remote
★ 13 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://zuckerbot.ai/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http zuckerbot https://zuckerbot.ai/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "zuckerbot": {
      "url": "https://zuckerbot.ai/api/mcp"
    }
  }
}

Package (npm 0.4.4)

npx -y zuckerbot-mcp@0.4.4

Or add to your MCP client config:

{
  "mcpServers": {
    "zuckerbot": {
      "command": "npx",
      "args": [
        "-y",
        "zuckerbot-mcp@0.4.4"
      ],
      "env": {
        "ZUCKERBOT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZUCKERBOT_API_KEY required secret — Your ZuckerBot API key from zuckerbot.ai

Related servers

Data from the Official MCP Registry