MCP server providing 23 tools for Taiwan transport queries via TDX (rail / bus / bike / air / maritime / traffic / parking)
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"
]
}
}
}
Run in terminal:
claude mcp add rush npx -y PsychQuant/rush
Add to .cursor/mcp.json:
{
"mcpServers": {
"rush": {
"command": "npx",
"args": [
"-y",
"PsychQuant/rush"
]
}
}
}