Skip to content
VS Code

OeBB (Austrian Railways) for VS Code

io.github.slettmayer/oebb-mcp-server

OeBB (Austrian Railways) train data: stations, departures, connections, service alerts.

client:VS Code transport:stdio runtime:pypi

Install OeBB (Austrian Railways) in VS Code

.vscode/mcp.json

{
  "servers": {
    "oebb-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oebb-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OeBB (Austrian Railways) in other clients