Skip to main content
CommunicationTypeScript

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.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/OverQuotaAI/chatterboxio-mcp-server

Claude 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.

Details

Category
Communication
Language
TypeScript
Author
OverQuotaAI