Meet.bot
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Meet.botCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 up ✅ Live 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
bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
