ChatterBox MCP Server
Description
# ChatterBox MCP Server [](https://smithery.ai/server/@OverQuotaAI/chatterboxio-mcp-server) A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online…
About
# ChatterBox MCP Server [](https://smithery.ai/server/@OverQuotaAI/chatterboxio-mcp-server) A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate meeting summaries…
Details
- Author
- OverQuotaAI
- Downloads
- 201
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ChatterBox MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"chatterbox mcp server": {
"chatterboxio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@OverQuotaAI/chatterboxio-mcp-server",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"chatterboxio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@OverQuotaAI/chatterboxio-mcp-server",
"--client",
"claude"
]
}
}
ChatterBox MCP Server
A Model Context Protocol server implementation for ChatterBox, enabling AI agents to interact with online meetings and generate meeting summaries.
<a href="https://glama.ai/mcp/servers/@OverQuotaAI/chatterboxio-mcp-server">
</a>
Overview
The ChatterBox MCP Server provides tools for AI agents to:
- Join online meetings (Zoom and Google Meet)
- Capture transcripts and recordings
- Generate meeting summaries
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 claude
Manual Installation
You can install the dependencies using either npm or pnpm:```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



