Meeting Bot Mcp Server

by rexposadas

200 downloads
Not rated
GitHub

About

Attendee is an open source API for meeting bots on platforms like Zoom or Google Meet. Bring meeting transcripts and recordings into your product in days instead of months.

Details

Author
rexposadas
Downloads
200
Categories
Productivity, Other, Communication

- Create and send bots to Zoom, Google Meet, or Teams meetings
- Get bot status and list all active bots
- Remove a bot from a meeting
- Make the bot speak via text-to-speech
- Send chat messages through the bot
- Display images and play videos (Google Meet only)
- Retrieve transcripts, chat messages, and recording download URLs
- Delete all data for a bot

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 Meeting Bot 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

Clone the repository, install dependencies with npm install, build with npm run build, and set the environment variables MEETING_BOT_API_URL and MEETING_BOT_API_KEY. Configure Claude Desktop’s claude_desktop_config.json to include the attendee MCP server. Start the Attendee backend locally, then use natural language commands in Claude Desktop (e.g., “Send a bot to this meeting: <url>”).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "meeting bot mcp server": {
            "attendee": {
                "command": "node",
                "args": [
                    "<path>/attendee-mcp/dist/index.js"
                ],
                "env": {
                    "MEETING_BOT_API_URL": "<attendee-url-here>",
                    "MEETING_BOT_API_KEY": "your-api-key-here"
                }
            }
        }
    }
}

McpServers

{
    "attendee": {
        "command": "node",
        "args": [
            "<path>/attendee-mcp/dist/index.js"
        ],
        "env": {
            "MEETING_BOT_API_URL": "<attendee-url-here>",
            "MEETING_BOT_API_KEY": "your-api-key-here"
        }
    }
}

Attendee MCP Server

A Model Context Protocol (MCP) server for managing Attendee meeting bots. This server allows you to create, manage, and retrieve transcripts from meeting bots through Claude Desktop.

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.