Skip to main content
Glama

ChatterBox MCP Server

by ChatterBoxIO

ChatterBox MCP サーバー

ChatterBox のモデル コンテキスト プロトコル サーバー実装。AI エージェントがオンライン会議と対話し、会議の概要を生成できるようになります。

概要

ChatterBox MCP サーバーは、AI エージェントに次のツールを提供します。

  • オンライン会議に参加する(ZoomとGoogle Meet)
  • トランスクリプトと録音をキャプチャする
  • 会議の要約を生成する

インストール

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 (文字列): 会議のID
  • meetingPassword (文字列、オプション): 会議のパスワード
  • botName (文字列): ボットの名前
  • webhookUrl (文字列、オプション): 会議ステータスの webhook イベントを受信する URL
会議情報を取得する

議事録や録音など、会議に関する情報を取得します。

パラメータ:

  • sessionId (文字列): 情報を取得するセッションID
会議の要約

会議の記録から会議の内容の簡潔な要約を生成します。

パラメータ:

  • transcript (文字列):要約する会議のトランスクリプト

発達

前提条件

  • Node.js 16以上
  • npmまたはyarn

建物

npm run build

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

サポート

サポートについては、 ChatterBox ドキュメントを参照するか、 support@chatter-box.ioにお問い合わせください。

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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) に参加して対話し、トランスクリプトと録音をキャプチャして会議の概要を生成できるようにするモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. インストール
      1. Smithery経由でインストール
      2. 手動インストール
    2. 構成
      1. APIキーの取得
      2. 環境設定
    3. 使用法
      1. サーバーの起動
      2. 利用可能なツール
    4. 発達
      1. 前提条件
      2. 建物
    5. ライセンス
      1. サポート
        1. 貢献

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A 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 -
            2
            Python
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.
            Last updated -
            16
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A 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 -
            8
            Python
            Apache 2.0
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A 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 -
            19
            151
            6
            TypeScript
            MIT License

          View all related MCP servers

          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