Skip to content
VS Code

Swiss Public Transport for VS Code

io.github.tpjnorton/swiss-public-transport-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Swiss Public Transport in VS Code

.vscode/mcp.json

{
  "servers": {
    "swiss-public-transport-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swiss-public-transport-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Swiss Public Transport in other clients