Booking
Freeby MCP Community
A sample MCP booking application using the Model Context Protocol.
v0.0.1Added Apr 12, 2026
typescriptMCPbooking
Booking MCP Server
A sample MCP booking application using the Model Context Protocol.
Installation
npx -y @bicatu/mcp-booking
Reviews
Installation
Quick install
npx -y @bicatu/mcp-booking
Add to claude_desktop_config.json
{
"mcpServers": {
"booking": {
"command": "npx",
"args": ["-y", "@bicatu/mcp-booking"]
}
}
}