ChatterBox MCP サーバー
ChatterBox のモデル コンテキスト プロトコル サーバー実装。AI エージェントがオンライン会議と対話し、会議の概要を生成できるようになります。
概要
ChatterBox MCP サーバーは、AI エージェントに次のツールを提供します。
- オンライン会議に参加する(ZoomとGoogle Meet)
- トランスクリプトと録音をキャプチャする
- 会議の要約を生成する
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の chatterboxio-mcp-server を自動的にインストールするには:
手動インストール
npm または pnpm を使用して依存関係をインストールできます。
構成
APIキーの取得
ChatterBoxのウェブサイトで登録すると、APIキーを無料で取得できます。登録後、APIエンドポイントとキーを受け取ります。
環境設定
次の変数を含む.env
ファイルをルート ディレクトリに作成します。
使用法
サーバーの起動
利用可能なツール
参加会議
Zoom または Google Meet の会議に参加し、トランスクリプトと音声録音をキャプチャします。
パラメータ:
platform
(文字列):オンライン会議プラットフォーム(「zoom」または「googlemeet」)meetingId
(文字列): 会議のIDmeetingPassword
(文字列、オプション): 会議のパスワードbotName
(文字列): ボットの名前webhookUrl
(文字列、オプション): 会議ステータスの webhook イベントを受信する URL
会議情報を取得する
議事録や録音など、会議に関する情報を取得します。
パラメータ:
sessionId
(文字列): 情報を取得するセッションID
会議の要約
会議の記録から会議の内容の簡潔な要約を生成します。
パラメータ:
transcript
(文字列):要約する会議のトランスクリプト
発達
前提条件
- Node.js 16以上
- npmまたはyarn
建物
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
サポート
サポートについては、 ChatterBox ドキュメントを参照するか、 support@chatter-box.ioにお問い合わせください。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI エージェントがオンライン会議 (Zoom および Google Meet) に参加して対話し、トランスクリプトと録音をキャプチャして会議の概要を生成できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated -2Python
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.Last updated -16TypeScriptMIT License
- -securityAlicense-qualityA customizable Model Context Protocol server implementation that enables AI models to interact with external tools including weather queries, Google search, and camera control functionality.Last updated -8PythonApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that provides AI assistants with access to Microsoft Teams, enabling interaction with teams, channels, chats, and organizational data through Microsoft Graph APIs.Last updated -191516TypeScriptMIT License