mcpbeat Sign in

Magicbell MCP Server

answering

Magicbell is answering right now. Last checked 15 min ago. It exposes 13 tools. Last commit 1 Sep 2026.

Read MagicBell broadcasts, users, events, workflows and channels; create and update user records.

Uptime history 47 days of history · worst day 15%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
176 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Magicbell every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add magicbell --transport http https://magicbell.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "magicbell": {
      "url": "https://magicbell.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.magicbell]
url = "https://magicbell.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "magicbell": {
      "url": "https://magicbell.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "magicbell": {
      "url": "https://magicbell.usefulapi.io/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

magicbell
magicbell_create_user
Creates a user (notification recipient) record in MagicBell. Additive — sends no notification. Provide at least one identifier (external_id or email). Project API: POST /users.
magicbell_get_broadcast
Fetch a single broadcast by id. Project API: GET /broadcasts/{broadcast_id}.
magicbell_get_event
Fetch a single delivery event by id. Project API: GET /events/{event_id}.
magicbell_get_user
Fetch a single user by MagicBell user id or external id. Project API: GET /users/{user_id}.
magicbell_get_workflow_run
Fetch a single workflow run by id. Project API: GET /workflows/runs/{run_id}.
magicbell_list_broadcasts
List broadcasts (notification-send batches) with cursor pagination. Read-only observability. Project API: GET /broadcasts.
magicbell_list_channels
List delivery channels (in-app, email, push, SMS, etc.) with cursor pagination. Project API: GET /channels.
magicbell_list_events
List notification delivery events with cursor pagination. Read-only observability. Project API: GET /events.
magicbell_list_integrations
List configured provider integrations (e.g. Sendgrid, APNs, FCM). Project API: GET /integrations.
magicbell_list_users
List users (notification recipients) with cursor pagination. Project API: GET /users.
magicbell_list_workflow_runs
List workflow runs (execution history) with cursor pagination. Project API: GET /workflows/runs.
magicbell_list_workflows
List notification workflows with cursor pagination. Project API: GET /workflows.
magicbell_update_user
Updates a user record (reversible; sends no notification). Project API: PUT /users/{user_id}.

Endpoints

URLTransportStateLatencyChecked
https://magicbell.usefulapi.io/mcp streamable-http answering 303 ms 15 min ago

Alternatives to Magicbell

same job, measured the same way
Shortcut MCP
by stayce

Shortcut project management. Create, update, search stories and manage workflows.

answering
Odoo Assistant
by singleflo

Odoo virtual employee via MCP: query, create, modify records, workflows, PDFs, and activities.

109 installs/wk local only
TextMine MCP
by textmine

Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks.

answering
Github
by mcparmory

Manage repositories, users, releases, and automate GitHub workflows

291 installs/wk local only
DialNexa
by dialnexa

Create and manage DialNexa AI voice agents, campaigns, calls, phone numbers, workflows, and more.

answering
n8n Manager MCP
by lukisch

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

109 installs/wk local only
n8n Manager MCP
by ellmos-ai

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

local only
Workflowy
by jbeshir

Search, read, create, and organize Workflowy nodes with breadcrumb context.

local only

Magicbell — questions

Answers built from our own checks of this server.

What can Magicbell do?
It exposes 13 tools, read directly from the server on our last check. Among them: magicbell_create_user, magicbell_get_broadcast, magicbell_get_event, magicbell_get_user, magicbell_get_workflow_run, magicbell_list_broadcasts and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Magicbell working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 176 ms. The bar chart above shows every period we have measured.
How do I connect Magicbell?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Magicbell need an API key?
No. Magicbell completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Magicbell?
It answers our handshake in 176 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Magicbell open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.