ChatterBox MCP Server
@OverQuotaAI
ChatterBox MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"chatterboxio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@OverQuotaAI/chatterboxio-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ChatterBox MCP Server?
The ChatterBox MCP Server is a Model Context Protocol implementation that enables AI agents to join online meetings (Zoom and Google Meet), capture transcripts and recordings, and generate meeting summaries. It is built for developers integrating AI assistants with real-time collaboration platforms.
How to use ChatterBox MCP Server?
Install via Smithery (npx -y @smithery/cli install @OverQuotaAI/chatterboxio-mcp-server --client claude) or manually with npm install. Configure environment variables CHATTERBOX_API_ENDPOINT and CHATTERBOX_API_KEY from chatter-box.io, then start the server with npm start. Use the provided tools (joinMeeting, getMeetingInfo, summarizeMeeting) through an MCP client.
Key features of ChatterBox MCP Server
- Join Zoom and Google Meet meetings programmatically.
- Capture meeting transcripts and audio recordings.
- Retrieve meeting information by session ID.
- Generate concise summaries from meeting transcripts.
- Optional webhook URL for meeting status events.
- Simple API‑key authentication and configuration.
Use cases of ChatterBox MCP Server
- Automating meeting attendance and note‑taking for AI assistants.
- Generating post‑meeting summaries for team review.
- Integrating meeting data into knowledge‑management systems.
- Building chatbots that can join and recap online meetings.
FAQ from ChatterBox MCP Server
What are the prerequisites for running the ChatterBox MCP Server?
Node.js 16+ and npm, yarn, or pnpm are required. The server is built for Node.js environments.
How do I obtain API keys for the ChatterBox MCP Server?
Register for free at chatter-box.io. After registration you receive an API endpoint and key to set in your .env file.
Which meeting platforms does the ChatterBox MCP Server support?
It supports Zoom and Google Meet, specified via the platform parameter in the joinMeeting tool.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント