swisstrip-mcp
Rank #45,135io.github.Fabsbags/swisstrip-mcp
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
swisstrip-mcp is a Model Context Protocol (MCP) server published by fabsbags. It ranks #45,135 of 115,591 servers tracked on MCP Toplist. swisstrip-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 70,456 of 115,591 servers on MCP Toplist.
Use swisstrip-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http swisstrip-mcp https://mcp.swisstrip.app/mcpclaude mcp add swisstrip-mcp -e "SWISSTRIP_TOKEN=<your SWISSTRIP_TOKEN>" -e "SWISSTRIP_MCP_URL=<your SWISSTRIP_MCP_URL>" -- npx -y swisstrip-mcpReplace each placeholder with your own value before saving.
[mcp_servers.swisstrip-mcp]
url = "https://mcp.swisstrip.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.swisstrip-mcp]
command = "npx"
args = ["-y", "swisstrip-mcp"]
[mcp_servers.swisstrip-mcp.env]
SWISSTRIP_TOKEN = "<your SWISSTRIP_TOKEN>"
SWISSTRIP_MCP_URL = "<your SWISSTRIP_MCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.swisstrip.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"swisstrip-mcp": {
"command": "npx",
"args": [
"-y",
"swisstrip-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SWISSTRIP_MCP_URL": "<your SWISSTRIP_MCP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swisstrip-mcp": {
"url": "https://mcp.swisstrip.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"swisstrip-mcp": {
"command": "npx",
"args": [
"-y",
"swisstrip-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SWISSTRIP_MCP_URL": "<your SWISSTRIP_MCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"swisstrip-mcp": {
"type": "http",
"url": "https://mcp.swisstrip.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"swisstrip-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"swisstrip-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SWISSTRIP_MCP_URL": "<your SWISSTRIP_MCP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swisstrip-mcp": {
"serverUrl": "https://mcp.swisstrip.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"swisstrip-mcp": {
"command": "npx",
"args": [
"-y",
"swisstrip-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SWISSTRIP_MCP_URL": "<your SWISSTRIP_MCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swisstrip-mcp": {
"url": "https://mcp.swisstrip.app/mcp"
}
}
}{
"mcpServers": {
"swisstrip-mcp": {
"command": "npx",
"args": [
"-y",
"swisstrip-mcp"
],
"env": {
"SWISSTRIP_TOKEN": "<your SWISSTRIP_TOKEN>",
"SWISSTRIP_MCP_URL": "<your SWISSTRIP_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%2Fswisstrip-mcp)<a href="https://mcptoplist.com/server/io.github.Fabsbags%2Fswisstrip-mcp"><img src="https://mcptoplist.com/badge/io.github.Fabsbags%2Fswisstrip-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
fabsbags
Other servers by fabsbags
View all fabsbags servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.3 | Apr 28, 2026 |
| 0.6.1 | Apr 26, 2026 |
Frequently asked questions
- Who maintains swisstrip-mcp?
- swisstrip-mcp is maintained by fabsbags, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is swisstrip-mcp listed on the Official MCP Registry?
- Yes — swisstrip-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does swisstrip-mcp have?
- MCP Toplist tracks 2 versions of swisstrip-mcp, most recently published on Apr 28, 2026.
- Where can I find the source code for swisstrip-mcp?
- The source code for swisstrip-mcp is hosted at github.com/fabsbags/swisstrip-mcp.