Meet.bot MCP for Claude Desktop
bot.meet/mcp
AI-native scheduling and booking: check availability, book meetings, share links.
client:Claude Desktop
transport:streamable-http
tools:8
Install Meet.bot MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.meet.bot"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs