ZuckerBot — Meta Ads MCP Server
Rank #8,617io.github.Crumbedsausage/zuckerbot
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
ZuckerBot — Meta Ads MCP Server is a Model Context Protocol (MCP) server published by DatalisHQ. It ranks #8,617 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. ZuckerBot — Meta Ads MCP Server is listed on Official MCP, with 6 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 106,974 of 115,591 servers on MCP Toplist.
Use ZuckerBot — Meta Ads MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http zuckerbot https://zuckerbot.ai/api/mcpclaude mcp add zuckerbot -e "ZUCKERBOT_API_KEY=<your ZUCKERBOT_API_KEY>" -- npx -y zuckerbot-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zuckerbot]
url = "https://zuckerbot.ai/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.zuckerbot]
command = "npx"
args = ["-y", "zuckerbot-mcp"]
[mcp_servers.zuckerbot.env]
ZUCKERBOT_API_KEY = "<your ZUCKERBOT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://zuckerbot.ai/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"zuckerbot": {
"command": "npx",
"args": [
"-y",
"zuckerbot-mcp"
],
"env": {
"ZUCKERBOT_API_KEY": "<your ZUCKERBOT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zuckerbot": {
"url": "https://zuckerbot.ai/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"zuckerbot": {
"command": "npx",
"args": [
"-y",
"zuckerbot-mcp"
],
"env": {
"ZUCKERBOT_API_KEY": "<your ZUCKERBOT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zuckerbot": {
"type": "http",
"url": "https://zuckerbot.ai/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"zuckerbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zuckerbot-mcp"
],
"env": {
"ZUCKERBOT_API_KEY": "<your ZUCKERBOT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zuckerbot": {
"serverUrl": "https://zuckerbot.ai/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zuckerbot": {
"command": "npx",
"args": [
"-y",
"zuckerbot-mcp"
],
"env": {
"ZUCKERBOT_API_KEY": "<your ZUCKERBOT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zuckerbot": {
"url": "https://zuckerbot.ai/api/mcp"
}
}
}{
"mcpServers": {
"zuckerbot": {
"command": "npx",
"args": [
"-y",
"zuckerbot-mcp"
],
"env": {
"ZUCKERBOT_API_KEY": "<your ZUCKERBOT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Crumbedsausage%2Fzuckerbot)<a href="https://mcptoplist.com/server/io.github.Crumbedsausage%2Fzuckerbot"><img src="https://mcptoplist.com/badge/io.github.Crumbedsausage%2Fzuckerbot.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
DatalisHQ
Other servers by DatalisHQ
View all DatalisHQ servers →Available versions (6)
| Version | Published |
|---|---|
| 0.4.4 | Jul 27, 2026 |
| 0.4.2 | Jul 21, 2026 |
| 0.3.0 | Apr 14, 2026 |
| 0.2.28 | Mar 26, 2026 |
| 0.1.3 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ZuckerBot — Meta Ads MCP Server?
- ZuckerBot — Meta Ads MCP Server is maintained by DatalisHQ, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is ZuckerBot — Meta Ads MCP Server listed on the Official MCP Registry?
- Yes — ZuckerBot — Meta Ads MCP Server is listed on the Official MCP Registry.
- How many versions does ZuckerBot — Meta Ads MCP Server have?
- MCP Toplist tracks 6 versions of ZuckerBot — Meta Ads MCP Server, most recently published on Jul 27, 2026.
- Where can I find the source code for ZuckerBot — Meta Ads MCP Server?
- The source code for ZuckerBot — Meta Ads MCP Server is hosted at github.com/DatalisHQ/zuckerbot-d2fa8661.