bluebubbles-mcp
bluebubbles-mcp
BlueBubbles 用のMCPサーバー — あらゆるMCPクライアントからiMessageにアクセスできます。
公式の mcp SDKと httpx 以外のサードパーティ製MCP依存関係を使用せず、ゼロから構築されています。
前提条件
Python 3.11以上
APIアクセスが有効な BlueBubblesサーバー が稼働していること
セットアップ
git clone https://github.com/metaember/bluebubbles-mcp.git
cd bluebubbles-mcp
uv sync設定
MCPクライアントの設定(例: Claude Codeの ~/.claude/settings.json)に追加します:
{
"mcpServers": {
"bluebubbles": {
"command": "uv",
"args": ["--directory", "/path/to/bluebubbles-mcp", "run", "python", "-m", "bb_mcp.server"],
"env": {
"BLUEBUBBLES_URL": "https://your-bluebubbles-server",
"BLUEBUBBLES_PASSWORD": "your-server-password"
}
}
}
}ツール
ツール | 説明 | アノテーション |
| サーバー接続の確認 | read-only |
| サーバー情報と健全性 | read-only |
| 最近のアクティビティ順に会話をリストアップ | read-only |
| 参加者を含むチャットの詳細 | read-only |
| チャット内のメッセージ | read-only |
| テキスト、チャット、時間範囲による検索 | read-only |
| GUIDによる単一メッセージの取得 | read-only |
| すべての連絡先 | read-only |
| 電話番号/メールアドレスによる検索 | read-only |
| iMessage登録の確認 | read-only |
| FaceTime登録の確認 | read-only |
| 予約済みメッセージのリスト | read-only |
| 全チャットの過去N分間のメッセージ | read-only |
| 未読メッセージがあるチャットと最新メッセージ | read-only |
| 添付ファイルのメタデータ | read-only |
| 添付ファイルをbase64でダウンロード | read-only |
| 既読通知を送信 | idempotent, open-world |
| チャットを未読にする(ローカル) | idempotent |
| グループチャットの名前変更 | idempotent |
| 入力中インジケーターを表示 | open-world |
| 入力中インジケーターを停止 | open-world |
| 既存のチャットに送信 | open-world |
| 電話番号/メールアドレスに送信 | open-world |
| ファイル添付を送信 | open-world |
| タップバックリアクション | open-world |
| 送信済みメッセージの編集 | open-world |
| メッセージの送信予約 | open-world |
| グループチャットに追加 | open-world |
| メッセージの取り消し | destructive, open-world |
| グループチャットから削除 | destructive, open-world |
| グループチャットから退出 | destructive, open-world |
| 会話を削除 | destructive, open-world |
| 予約済みメッセージのキャンセル | destructive, open-world |
ライセンス
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/metaember/bluebubbles-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server