bookingcom-mcp

1999/bookingcom-mcp
★ 0 stars TypeScript 🗄️ Database Updated today
A vibe-coded MCP server for Booking.com. Uses Playwright and Booking.com GraphQL API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bookingcom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "1999/bookingcom-mcp"
      ]
    }
  }
}