OeBB (Austrian Railways) for Cursor
io.github.slettmayer/oebb-mcp-server
OeBB (Austrian Railways) train data: stations, departures, connections, service alerts.
client:Cursor
transport:stdio
runtime:pypi
Install OeBB (Austrian Railways) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oebb-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs