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 。
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
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