Skip to content
Claude Desktop

TravelOwl for Claude Desktop

io.github.ameinnaqvi/travelowl-mcp

Plan trips directly into TravelOwl from a conversation with Claude.

client:Claude Desktop transport:streamable-http

Install TravelOwl in Claude Desktop

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

{
  "mcpServers": {
    "travelowl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.travel-owl.co.uk/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

TravelOwl in other clients