mcpbeat Sign in

Swiss Transport MCP Server

local only

Swiss Transport MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 30 Aug 2026.

OJP 2.0 journey planning, SIRI-SX disruptions, occupancy, fares, train formation

Installs per day peak 33 · avg 13 · -20% w/w
a month agotoday
80
Installs / week
pypi · swiss-transport-mcp
8
Stars
1 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Swiss Transport MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add swiss-transport-mcp -- uvx swiss-transport-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swiss-transport-mcp": {
      "args": [
        "swiss-transport-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swiss-transport-mcp]
command = "uvx"
args = ["swiss-transport-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "swiss-transport-mcp": {
      "args": [
        "swiss-transport-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swiss-transport-mcp": {
      "args": [
        "swiss-transport-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Swiss Transport MCP

same job, measured the same way
Lombardia Trains
by denisraimondi

Live Lombardy train boards, delays, platforms, and journey planning. No API key.

local only
BART Real-Time Transit
by srivastsh

Real-time BART departures, trip planning, fares, stations, and advisories.

7 tools answering
Swiss Public Transport
by tpjnorton

Swiss public transport — journey planning, live stationboards, delays, and SBB ticket links.

88 installs/wk local only
Sail
by sailrides

Search places, compare ride-hailing options, and plan trotro minibus journeys.

5 tools answering
OpenBusData
by andrewaubury

MCP server for UK Bus Open Data with timetable parsing, journey planning and live tracking.

113 installs/wk local only
RailRoute journey planner
by railroute

Plan intercity journeys in India by train, flight or both, with a fare for every travel class.

answering
PendlingsKollen — Stockholm Commuter
by jannegpriv

Stockholm transit: realtime departures, trip planning, disruptions and personal commute status.

answering
Fallax
by fallax

Fallax is a phishing simulation and security awareness training platform. Read your results.

answering

Swiss Transport MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Swiss Transport MCP?
Swiss Transport MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package swiss-transport-mcp was installed 80 times last week.
How do I connect Swiss Transport MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls swiss-transport-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Swiss Transport MCP?
The pypi package swiss-transport-mcp was installed 80 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Swiss Transport MCP open source?
Yes — it is published under the MIT licence, written in Python, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.