Lviv Public Transport for Claude Desktop
io.github.vbhjckfd/timetable-api-node
Lviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.
client:Claude Desktop
transport:streamable-http
tools:8
Install Lviv Public Transport in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"timetable-api-node": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lad.lviv.ua/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