rush

PsychQuant/rush
★ 0 stars Swift Other Updated 5d ago
MCP server providing 23 tools for Taiwan transport queries via TDX (rail / bus / bike / air / maritime / traffic / parking)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rush": {
      "command": "npx",
      "args": [
        "-y",
        "PsychQuant/rush"
      ]
    }
  }
}