Skip to main content
Glama
ChatterBoxIO

ChatterBox MCP Server

by ChatterBoxIO

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 (文字列): 会議の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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    F
    maintenance
    The 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 functionalities
    12
    2
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    An 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.

View all related MCP servers

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.

View all MCP Connectors

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/ChatterBoxIO/chatterboxio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server