Appointment Booking for Claude Desktop
dev.hatchloop/appointment-booking
Find real businesses and book appointments. Books via Cal.com; imports 12 platforms.
client:Claude Desktop
transport:streamable-http
tools:9
Install Appointment Booking in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"appointment-booking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hatchloop.dev/mcp/appointment-booking"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs