nyc-subway-mcp-server

hardparking/nyc-subway-mcp-server
★ 0 stars TypeScript 📁 File System Updated today
MCP server for real-time NYC subway data via MTA GTFS-Realtime feeds
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nyc-subway-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "hardparking/nyc-subway-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server for monitoring the New York City subway system in real-time using MTA GTFS feeds. - **Real-time Arrivals**: Get arrival predictions for any subway line at any station - **Vehicle Positions**: Track current locations of all trains on a line - **Service Alerts**: View active delays, planned work, and service advisories