Multi-city US Public Transit Model Context Protocol (MCP) server & CLI (MSP, Boston, SF Bay Area, Chicago, Portland)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"transit-mcp": {
"command": "npx",
"args": [
"-y",
"aminamos/transit-mcp"
]
}
}
}
Run in terminal:
claude mcp add transit-mcp npx -y aminamos/transit-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"transit-mcp": {
"command": "npx",
"args": [
"-y",
"aminamos/transit-mcp"
]
}
}
}