Live Times Transit for Claude Desktop
io.github.travelwhiz-ltd/live-times-transit
Read-only public transit departures, stop search, and city coverage for bus and train users.
client:Claude Desktop
transport:streamable-http
tools:5
Install Live Times Transit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"live-times-transit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://livebustimes.org/api/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