railbharat-mcp-server

bhayanak/railbharat-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 6d ago
MCP Server that brings the entire Indian Railways ecosystem to AI assistants. Ask about train status, PNR bookings, find trains, explore stations, and navigate India's 68,000+ km rail network — all conversationally.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "railbharat-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/railbharat-mcp-server"
      ]
    }
  }
}