ChatterBox MCP Server

by OverQuotaAI

201 downloads
Not rated
GitHub

Description

# ChatterBox MCP Server [![smithery badge](https://smithery.ai/badge/@OverQuotaAI/chatterboxio-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 [![smithery badge](https://smithery.ai/badge/@OverQuotaAI/chatterboxio-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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ChatterBox MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

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

smithery badge

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">
ChatterBox Server 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.