a year ago
Caltrain MCP – A plug-and-play MCP server that pipes real-time Caltrain schedules straight into Claude Desktop (or any MCP client). Ask “next train Palo Alto → SF” and get GTFS-powered times—plus the usual Caltrain-grade lateness.
Server Config
{
"mcpServers": {
"caltrain": {
"command": "uvx",
"args": [
"caltrain-mcp"
]
}
}
}