A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate meeting summaries. The ChatterBox MCP Server provides tools for AI agents to: - Join online meetings (Zoom, Google Meet, or Microsoft Teams) - Capture transcripts and recordings - Generate meeting summaries To install chatterboxio-mcp-server for Claude Desktop automatical
Add this skill
npx mdskills install OverQuotaAI/chatterboxio-mcp-serverClean MCP server for joining/transcribing Zoom, Meet, and Teams meetings with straightforward docs
1[](https://mseep.ai/app/chatterboxio-chatterboxio-mcp-server)23# ChatterBox MCP Server45[](https://smithery.ai/server/@OverQuotaAI/chatterboxio-mcp-server)67A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate meeting summaries.89<a href="https://glama.ai/mcp/servers/@ChatterBoxIO/chatterboxio-mcp-server">10 <img width="380" height="200" src="https://glama.ai/mcp/servers/@ChatterBoxIO/chatterboxio-mcp-server/badge" alt="ChatterBox MCP Server" />11</a>1213## Overview1415The ChatterBox MCP Server provides tools for AI agents to:1617- Join online meetings (Zoom, Google Meet, or Microsoft Teams)18- Capture transcripts and recordings19- Generate meeting summaries2021## Installation2223### Installing via Smithery2425To install chatterboxio-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@OverQuotaAI/chatterboxio-mcp-server):2627```bash28npx -y @smithery/cli install @OverQuotaAI/chatterboxio-mcp-server --client claude29```3031### Manual Installation3233You can install the dependencies using either npm or pnpm:3435```bash36# Using npm37npm install3839# Using pnpm40pnpm install41```4243## Configuration4445### Getting API Keys4647You can get your API keys for free by registering on our website at [ChatterBox](https://chatter-box.io). After registration, you'll receive your API endpoint and key.4849### Environment Setup5051Create a `.env` file in the root directory with the following variables:5253```env54CHATTERBOX_API_ENDPOINT=https://api.chatter-box.io55CHATTERBOX_API_KEY=your_api_key_here56```5758## Usage5960### Starting the Server6162```bash63pnpm start64```6566### Available Tools6768#### joinMeeting6970Join a Zoom or Google Meet meeting and capture transcript and audio recording.7172**Parameters:**7374- `platform` (string): The online conference platform ("zoom", "googlemeet", or "teams")75- `meetingId` (string): The ID of the meeting76- `meetingPassword` (string, optional): The password or the passcode for the meeting77- `botName` (string): The name of the bot78- `webhookUrl` (string, optional): URL to receive webhook events for meeting status7980#### getMeetingInfo8182Get information about a meeting, including transcript and recording.8384**Parameters:**8586- `sessionId` (string): The session ID to get information for8788#### summarizeMeeting8990Generate a concise summary of a meeting's contents from its transcript.9192**Parameters:**9394- `transcript` (string): The meeting transcript to summarize9596## Development9798### Prerequisites99100- Node.js 16+101- npm or yarn102103### Building104105```bash106pnpm run build107```108109### Debugging110111To debug the MCP server using the MCP Inspector:112113```bash114npx @modelcontextprotocol/inspector115```116117## License118119This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.120121## Support122123For support, please visit [ChatterBox Documentation](https://chatter-box.io/documentation) or contact support@chatter-box.io.124125## Contributing126127Contributions are welcome! Please feel free to submit a Pull Request.128
Full transparency — inspect the skill content before installing.