OverQuotaAI/chatterboxio-mcp-server
MCP server implementation for ChatterBox.io, enabling AI agents to send bots to online meetings (Zoom, Google Meet) and obtain transcripts and recordings.
Quick Start
Clone the repository:
git clone https://github.com/OverQuotaAI/chatterboxio-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"chatterboxio-mcp-server": {
"command": "npx",
"args": [
"-y",
"OverQuotaAI/chatterboxio-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.