English | 中文
BotBell MCP Server
Let AI assistants send push notifications to your iPhone / Mac.
What it does
After setup, your AI assistant (Claude, Cursor, etc.) can:
- Send you notifications — task results, alerts, reminders push to your phone
- Read your replies — you reply in the BotBell app, AI reads it and continues
- Manage your bots — list, create bots (PAT mode only)
Authentication Modes
BotBell MCP Server supports two token types, auto-detected by prefix:
| Token Type | Prefix | Scope | Best For |
|---|---|---|---|
| Bot Token | bt_ |
Single bot only | Simple setup, one bot |
| Personal Access Token (PAT) | pak_ |
All your bots | Multi-bot, full control |
Bot Token: Get it from the BotBell app when you create a bot. One token = one bot.
PAT: Create one at BotBell app > Settings > API Keys. One token controls all your bots.
Quick Start
1. Install BotBell app
Download from the App Store, create a Bot, and get your token.
2. Install MCP Server
npm install -g @botbell/mcp-server3. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:






