Tripsy for Claude Desktop
io.github.tripsyapp/tripsy
Plan trips and manage itineraries, stays, transport, activities, expenses, and documents in Tripsy.
client:Claude Desktop
transport:streamable-http
Install Tripsy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tripsy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tripsy.app"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs