PluginBench
MCP Server
Active
MIT

OeBB (Austrian Railways) MCP Server

io.github.slettmayer/oebb-mcp-server

What is the OeBB (Austrian Railways) MCP server?

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

How to install OeBB (Austrian Railways)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oebb-mcp-server": {
      "command": "uvx",
      "args": [
        "oebb-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "oebb-mcp-server": {
      "command": "uvx",
      "args": [
        "oebb-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "oebb-mcp-server": {
      "command": "uvx",
      "args": [
        "oebb-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "oebb-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oebb-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add oebb-mcp-server -- uvx oebb-mcp-server

Related MCP servers

High-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.

1
Python
MIT
View repository →

Exact arithmetic: one calculator tool over an AST allowlist, with integers exact at any size.

0
Python
MIT
View repository →