ChatterBox MCP Server
ChatterBox MCP サーバー
ChatterBox のモデル コンテキスト プロトコル サーバー実装。AI エージェントがオンライン会議と対話し、会議の概要を生成できるようになります。
概要
ChatterBox MCP サーバーは、AI エージェントに次のツールを提供します。
オンライン会議に参加する(ZoomとGoogle Meet)
トランスクリプトと録音をキャプチャする
会議の要約を生成する
Related MCP server: Google Meet MCP Server
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の chatterboxio-mcp-server を自動的にインストールするには:
npx -y @smithery/cli install @OverQuotaAI/chatterboxio-mcp-server --client claude手動インストール
npm または pnpm を使用して依存関係をインストールできます。
# Using npm
npm install
# Using pnpm
pnpm install構成
APIキーの取得
ChatterBoxのウェブサイトで登録すると、APIキーを無料で取得できます。登録後、APIエンドポイントとキーを受け取ります。
環境設定
次の変数を含む.envファイルをルート ディレクトリに作成します。
CHATTERBOX_API_ENDPOINT=https://api.chatter-box.io
CHATTERBOX_API_KEY=your_api_key_here使用法
サーバーの起動
npm start利用可能なツール
参加会議
Zoom または Google Meet の会議に参加し、トランスクリプトと音声録音をキャプチャします。
パラメータ:
platform(文字列):オンライン会議プラットフォーム(「zoom」または「googlemeet」)meetingId(文字列): 会議のIDmeetingPassword(文字列、オプション): 会議のパスワードbotName(文字列): ボットの名前webhookUrl(文字列、オプション): 会議ステータスの webhook イベントを受信する URL
会議情報を取得する
議事録や録音など、会議に関する情報を取得します。
パラメータ:
sessionId(文字列): 情報を取得するセッションID
会議の要約
会議の記録から会議の内容の簡潔な要約を生成します。
パラメータ:
transcript(文字列):要約する会議のトランスクリプト
発達
前提条件
Node.js 16以上
npmまたはyarn
建物
npm run buildライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
サポート
サポートについては、 ChatterBox ドキュメントを参照するか、 support@chatter-box.ioにお問い合わせください。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.29MIT
- AlicenseNot gradedqualityFmaintenanceThe Google Meet MCP Server enables AI agents to create, manage, and retrieve Google Meet meetings. Built on the Model Context Protocol, it exposes tools for scheduling, updating, and deleting meetings, making it easy to integrate Google Meet functionalities122MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that allows users to create and manage meeting bots capable of joining video calls, speaking, sending chat messages, and retrieving meeting transcripts.1113MIT
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP Server that enables interaction with Zoom's API through the Multi-Agent Conversation Protocol, allowing users to access and control Zoom's functionality via natural language commands.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ChatterBoxIO/chatterboxio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server