Skip to content
Claude Desktop

LastMinuteDeals Booking API for Claude Desktop

io.github.johnanleitner1-coder/lastminute-booking

Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.

client:Claude Desktop transport:streamable-http

Install LastMinuteDeals Booking API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "lastminute-booking": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://web-production-dc74b.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

LastMinuteDeals Booking API in other clients