Booking
Freeby MCP Community
MCP server for Booking.com - let AI agents search hotels, check availability, and manage reservations
v0.1.0Added Apr 12, 2026
mcpbookinghoteltravelai-agent
Booking MCP Server
MCP server for Booking.com - let AI agents search hotels, check availability, and manage reservations
Installation
npx -y @striderlabs/mcp-booking
Reviews
Installation
Quick install
npx -y @striderlabs/mcp-booking
Add to claude_desktop_config.json
{
"mcpServers": {
"booking": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-booking"]
}
}
}