ChatterBox MCP Server
The ChatterBox MCP Server enables AI agents to interact with online meetings and generate summaries.
Join online meetings: Connect to Zoom or Google Meet sessions, capturing transcripts and audio recordings.
Get meeting information: Retrieve details about a meeting session, including transcript and recording data.
Summarize meetings: Generate concise overviews from meeting transcripts.
Allows AI agents to join Google Meet online meetings, capture transcripts and recordings, and generate meeting summaries.
Enables AI agents to join Zoom meetings, capture transcripts and audio recordings, and generate concise summaries of meeting content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ChatterBox MCP Serverjoin our weekly team sync on Zoom and capture the transcript"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ChatterBox MCP Server
A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate meeting summaries.
Overview
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
Related MCP server: Google Meet MCP Server
Installation
Installing via Smithery
To install chatterboxio-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @OverQuotaAI/chatterboxio-mcp-server --client claudeManual Installation
You can install the dependencies using either npm or pnpm:
# Using npm
npm install
# Using pnpm
pnpm installConfiguration
Getting API Keys
You can get your API keys for free by registering on our website at ChatterBox. After registration, you'll receive your API endpoint and key.
Environment Setup
Create a .env file in the root directory with the following variables:
CHATTERBOX_API_ENDPOINT=https://api.chatter-box.io
CHATTERBOX_API_KEY=your_api_key_hereUsage
Starting the Server
pnpm startAvailable Tools
joinMeeting
Join a Zoom or Google Meet meeting and capture transcript and audio recording.
Parameters:
platform(string): The online conference platform ("zoom", "googlemeet", or "teams")meetingId(string): The ID of the meetingmeetingPassword(string, optional): The password or the passcode for the meetingbotName(string): The name of the botwebhookUrl(string, optional): URL to receive webhook events for meeting status
getMeetingInfo
Get information about a meeting, including transcript and recording.
Parameters:
sessionId(string): The session ID to get information for
summarizeMeeting
Generate a concise summary of a meeting's contents from its transcript.
Parameters:
transcript(string): The meeting transcript to summarize
Development
Prerequisites
Node.js 16+
npm or yarn
Building
pnpm run buildDebugging
To debug the MCP server using the MCP Inspector:
npx @modelcontextprotocol/inspectorLicense
This project is licensed under the MIT License - see the LICENSE file for details.
Support
For support, please visit ChatterBox Documentation or contact support@chatter-box.io.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Maintenance
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
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.Last updated28MIT
- Alicense-qualityFmaintenanceThe 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 functionalitiesLast updated252MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that allows users to create and manage meeting bots capable of joining video calls, speaking, sending chat messages, and retrieving meeting transcripts.Last updated1113MIT
- -license-quality-maintenanceAn 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.Last updated
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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