Meet.bot

by poolside-ventures

162 downloads
Not rated
GitHub

About

This MCP server connects AI assistants (like Claude, ChatGPT, and others that support MCP) to your Meet.bot account, allowing them to schedule meetings on your behalf. Instead of manually copying booking links or checking your calendar, you can simply ask your AI assistant to "sc

Details

Author
poolside-ventures
Downloads
162
Categories
AI

- Complete Meet.bot Booking Page API coverage
- Full TypeScript support with type definitions
- Zod schemas for input validation
- Bearer token authentication
- Dual-mode: local stdio and remote HTTP/SSE
- Production-deployed at https://mcp.meet.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 Meet.bot
    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 the npm package (npm install @meetbot/mcp) or run globally. Configure it by providing your Meet.bot API bearer token via the configure_meetbot tool or the MEETBOT_AUTH_TOKEN environment variable. Then ask your AI assistant to schedule meetings – the server will check availability, find time slots, and book them. Run locally via stdio or as an HTTP server with SSE transport.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "meet.bot": {
            "meetbot": {
                "command": "npx",
                "args": [
                    "@meetbot/mcp"
                ],
                "env": {
                    "MEETBOT_AUTH_TOKEN": "your_bearer_token_here"
                }
            }
        }
    }
}

McpServers

{
    "meetbot": {
        "command": "npx",
        "args": [
            "@meetbot/mcp"
        ],
        "env": {
            "MEETBOT_AUTH_TOKEN": "your_bearer_token_here"
        }
    }
}

{"status":"ok","service":"meetbot-mcp"}


Deployment

The HTTP server can be deployed to various platforms:

- Railway: railway upLive at https://mcp.meet.bot
- Fly.io: fly launch && fly deploy
- Google Cloud Run: Container-based deployment
- AWS App Runner: Container-based deployment
- Any VPS: Run with Node.js directly

Example: Connecting to Production

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.