OeBB (Austrian Railways)
Rank #4,992io.github.slettmayer/oebb-mcp-server
OeBB (Austrian Railways) train data: stations, departures, connections, service alerts.
OeBB (Austrian Railways) is a Model Context Protocol (MCP) server published by slettmayer. It ranks #4,992 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. OeBB (Austrian Railways) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 110,599 of 115,591 servers on MCP Toplist.
Use OeBB (Austrian Railways)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oebb-mcp-server -- uvx oebb-mcp-server[mcp_servers.oebb-mcp-server]
command = "uvx"
args = ["oebb-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"oebb-mcp-server": {
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"oebb-mcp-server": {
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"oebb-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"oebb-mcp-server": {
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"oebb-mcp-server": {
"command": "uvx",
"args": [
"oebb-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.slettmayer%2Foebb-mcp-server)<a href="https://mcptoplist.com/server/io.github.slettmayer%2Foebb-mcp-server"><img src="https://mcptoplist.com/badge/io.github.slettmayer%2Foebb-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
slettmayer
Other servers by slettmayer
View all slettmayer servers →Available versions (6)
| Version | Published |
|---|---|
| 0.2.5 | Aug 31, 2026 |
| 0.2.4 | Aug 23, 2026 |
| 0.2.3 | Aug 22, 2026 |
| 0.2.2 | Aug 10, 2026 |
| 0.1.3 | Jul 29, 2026 |
| 0.1.1 | Jul 5, 2026 |
Frequently asked questions
- Who maintains OeBB (Austrian Railways)?
- OeBB (Austrian Railways) is maintained by slettmayer, which publishes 4 MCP servers (18 total versions) tracked on MCP Toplist.
- Is OeBB (Austrian Railways) listed on the Official MCP Registry?
- Yes — OeBB (Austrian Railways) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OeBB (Austrian Railways) have?
- MCP Toplist tracks 6 versions of OeBB (Austrian Railways), most recently published on Aug 31, 2026.
- Where can I find the source code for OeBB (Austrian Railways)?
- The source code for OeBB (Austrian Railways) is hosted at github.com/slettmayer/oebb-mcp-server.