swiss-transport-mcp

pierrick1213/swiss-transport-mcp
★ 4 stars C# 🔌 API Integration Updated 12d ago
Swiss Transport MCP server (based on the transport.opendata.ch API)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swiss-transport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pierrick1213/swiss-transport-mcp"
      ]
    }
  }
}