sasabasara/where_is_my_train_mcp
MCP server for near real-time MTA train availability. Personal use only; not affiliated with the MTA
Platform-specific configuration:
{
"mcpServers": {
"where_is_my_train_mcp": {
"command": "npx",
"args": [
"-y",
"where_is_my_train_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@sasabasara/where_is_my_train_mcp)
A Model Context Protocol (MCP) server for real-time NYC subway info: arrivals, station lookup, service alerts, accessibility status, and more — powered by live MTA feeds.
> Data from the MTA • Personal use only • Not endorsed by the MTA • Provided “as is”
Connect your MCP client to the hosted server — no local setup required:
https://whereismytrainmcp-production.up.railway.app/mcpAlso available on Smithery.
Prereqs
git clone https://github.com/sasabasara/where_is_my_train_mcp.git
cd where_is_my_train_mcp
npm install
npm run build
npm startLoading reviews...