Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’¬ Communication
  3. Botbell MCP
Botbell MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:30:32 PM

Botbell MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
notificationsmessagingmobilehuman-in-the-loop

Sends BotBell notifications to Apple devices and lets AI assistants read replies through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "qq418716640-botbell-mcp": {
      "command": "uvx",
      "args": [
        "botbell"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Claim listing AlternativesšŸ’¬ More in Communication

Overview

qq418716640/botbell-mcp MCP server connects AI assistants to BotBell for push notifications and two-way messaging. It uses a BotBell token supplied through environment variables and exposes MCP tools for sending messages, reading replies, and managing bots. Notifications can include titles, URLs, images, Markdown content, and up to five interactive actions. Reach for it when an agent needs to alert a person on an iPhone, iPad, or Mac and continue after receiving a reply.

Use cases

•Send build completion alerts to a phone
•Request approval before deploying to production
•Read human replies and continue an agent workflow
•Route notifications across multiple BotBell bots

Key features

•Send push notifications to Apple devices
•Read replies from the BotBell app
•Create and list bots with a PAT
•Add URLs, images, and action buttons
•Route messages through extra bot tokens

Capabilities & Tool Schemas (4) ~58 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Botbell MCP.

botbell_list_bots

List all your bots. Use this to find the `bot_id` before sending.

botbell_create_bot

Create a new bot.

botbell_send

Send a push notification via a specific bot.

botbell_get_replies

Check for user replies to a specific bot.

How Botbell MCP works

What qq418716640/botbell-mcp MCP server does

The qq418716640/botbell-mcp MCP server gives compatible AI clients access to BotBell messaging. An agent can send a notification to the BotBell app, then retrieve replies written by the recipient. This supports workflows where a task runs asynchronously but still needs human confirmation, input, or status acknowledgment.

BotBell delivers notifications to iPhone, iPad, and Mac. Messages may include a title, attached URL, image URL, and interactive action buttons. The provided description also identifies Markdown support. Actions can represent choices such as approval or rejection, or open an input field for a typed response.

How it works

Authentication for qq418716640/botbell-mcp MCP server is selected from the token prefix. A bt_ bot token is restricted to one bot and provides a simpler single-bot setup. A pak_ personal access token can manage all bots associated with the account, including listing and creating bots.

The server exposes four tool names. botbell_send submits a notification, while botbell_get_replies retrieves responses from the BotBell app. In PAT mode, botbell_list_bots returns available bots so the client can obtain a bot_id, and botbell_create_bot creates another bot. Bot-token mode does not provide the bot-management tools.

Additional bot tokens can be configured under aliases. When an alias is supplied to sending or reply retrieval, the request uses that token instead of the primary one. PAT-mode bot listing includes bots associated with the extra tokens.

Setup and configuration

To run qq418716640/botbell-mcp MCP server, install the BotBell app from the App Store, create a bot or personal access token, and provide the resulting value as BOTBELL_TOKEN. The documented package is @botbell/mcp-server, and its MCP executable is botbell-mcp.

Claude Desktop configuration places the server under the mcpServers object with command set to botbell-mcp. Cursor and other MCP clients use the same command-and-environment pattern. Keep the token in the client environment configuration rather than passing it as a tool argument.

BOTBELL_EXTRA_TOKENS is optional. Its value is a comma-separated list in the form alias:token, such as separate aliases for operations and personal notifications. The primary token is used when no alias is given.

Tools and capabilities

  • botbell_send: Sends a message through a selected bot. The message may be up to 4096 characters and can include an optional title, URL, image URL, and up to five actions.
  • botbell_get_replies: Fetches replies, with a default maximum of 20 results. Replies from action buttons include the action key as well as message content.
  • botbell_list_bots: Lists bots available through a PAT and helps identify the bot_id required by other PAT-mode operations.
  • botbell_create_bot: Creates a bot with a required name of up to 50 characters and an optional description.

Action definitions require a key and label, each limited to 64 characters. An action can use the default button type or an input type; input actions may define a placeholder of up to 128 characters.

Limitations and notes

A bot token cannot provide multi-bot management because it is scoped to one bot. PAT mode is needed for listing and creating bots. Sending through a selected bot in PAT mode requires the relevant bot_id, normally obtained with botbell_list_bots.

Reply retrieval is polling-style access through botbell_get_replies; the material does not describe streaming events or delivery guarantees. The documented setup requires the BotBell app and a valid BotBell token. The supplied material does not state a software license or service pricing model.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    šŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server →
  • Ntfy Me MCP logoNtfy Me MCP

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents šŸ“¤ (supports secure token auth & more - use with npx or docker!)

    šŸ’¬ Communication3 views
    Compare vs Ntfy Me MCP →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

    šŸ’¬ Communication5 views
    Compare vs Telegram MCP →
  • MCP Telegram logoMCP Telegram

    Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com.

    šŸ’¬ Communication3 views
    Compare vs MCP Telegram →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
42
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Botbell MCP

Install the documented npm package globally with `npm install -g @botbell/mcp-server`, then configure the `botbell-mcp` executable in your MCP client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBotbell MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/qq418716640-botbell-mcp?style=directory)](https://allmcps.com/mcp/qq418716640-botbell-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/qq418716640-botbell-mcp"><img src="https://allmcps.com/api/badge/qq418716640-botbell-mcp?style=directory" alt="Botbell MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’¬Communication
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/14 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 23, 2026
npm downloads42/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Ā· 55/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· botbell (PyPI)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’¬ Communication →Best MCP servers for Slack & Communication →Alternatives to Botbell MCP →Install in Claude DesktopInstall in CursorInstall in VS Code