sbb-mcp
Rank #23,731io.github.Fabsbags/sbb-mcp
Independent SBB/CFF/FFS MCP — schedules, prices, tickets. By SwissTrip; not the official SBB MCP.
sbb-mcp is a Model Context Protocol (MCP) server published by fabsbags. It ranks #23,731 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. sbb-mcp is listed across 3 registries — Smithery, Glama and PulseMCP, with 4 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 91,860 of 115,591 servers on MCP Toplist.
Use sbb-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sbb-mcp https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add sbb-mcp -e "SWISSTRIP_TOKEN=<your SWISSTRIP_TOKEN>" -e "SBB_MCP_URL=<your SBB_MCP_URL>" -- npx -y sbb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sbb-mcp]
url = "https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.sbb-mcp]
command = "npx"
args = ["-y", "sbb-mcp"]
[mcp_servers.sbb-mcp.env]
SWISSTRIP_TOKEN = "<your SWISSTRIP_TOKEN>"
SBB_MCP_URL = "<your SBB_MCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sbb-mcp": {
"command": "npx",
"args": [
"-y",
"sbb-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SBB_MCP_URL": "<your SBB_MCP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sbb-mcp": {
"url": "https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sbb-mcp": {
"command": "npx",
"args": [
"-y",
"sbb-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SBB_MCP_URL": "<your SBB_MCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sbb-mcp": {
"type": "http",
"url": "https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"sbb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sbb-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SBB_MCP_URL": "<your SBB_MCP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sbb-mcp": {
"serverUrl": "https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sbb-mcp": {
"command": "npx",
"args": [
"-y",
"sbb-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SBB_MCP_URL": "<your SBB_MCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sbb-mcp": {
"url": "https://server.smithery.ai/fabsforward2-zhoi/sbb-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sbb-mcp": {
"command": "npx",
"args": [
"-y",
"sbb-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SBB_MCP_URL": "<your SBB_MCP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Fabsbags%2Fsbb-mcp)<a href="https://mcptoplist.com/server/io.github.Fabsbags%2Fsbb-mcp"><img src="https://mcptoplist.com/badge/io.github.Fabsbags%2Fsbb-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 3 registries
fabsbags
Other servers by fabsbags
View all fabsbags servers →Available versions (4)
| Version | Published |
|---|---|
| 0.5.2 | Apr 25, 2026 |
| 0.4.3 | Apr 25, 2026 |
| 0.3.0 | Apr 13, 2026 |
| 0.1.2 | Apr 8, 2026 |
Frequently asked questions
- Who maintains sbb-mcp?
- sbb-mcp is maintained by fabsbags, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is sbb-mcp listed on the Official MCP Registry?
- sbb-mcp is not on the Official MCP Registry. It is listed on Smithery, Glama and PulseMCP.
- How many versions does sbb-mcp have?
- MCP Toplist tracks 4 versions of sbb-mcp, most recently published on Apr 25, 2026.
- Where can I find the source code for sbb-mcp?
- The source code for sbb-mcp is hosted at github.com/fabsbags/sbb-mcp.