MCP server for Metro-North schedules, stations, service alerts, and real-time departures
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"metronorth-mcp": {
"command": "npx",
"args": [
"-y",
"NelsonSpencer/metronorth-mcp"
]
}
}
}
Run in terminal:
claude mcp add metronorth-mcp npx -y NelsonSpencer/metronorth-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"metronorth-mcp": {
"command": "npx",
"args": [
"-y",
"NelsonSpencer/metronorth-mcp"
]
}
}
}