indian-railway
MCP server for Indian Railway data. Search trains, check seat availability, get live statuses, delay info, station/train codes, and more — all via a simple Claude Desktop integration.
claude mcp add --transport stdio amith-vp-indian-railway-mcp npx -y mcp-remote https://railway-mcp.amithv.xyz/mcp
How to use
This MCP server exposes a set of Indian Railway related tools that you can access through Claude Desktop or any MCP-compatible client. Tools include searching for trains between two stations, checking seat availability, retrieving train details and live status, obtaining delay statistics, and querying station or train codes. To use it, connect via the config shown in Claude Desktop (or your MCP client) so the client can invoke the remote mcp-remote service hosted at https://railway-mcp.amithv.xyz/mcp. Once connected, you can issue commands such as: searching for trains between a pair of stations on a date, requesting seat availability for a specific train on certain dates, or getting live status updates for a running train. Each tool returns a formatted text response suitable for direct display in Claude or other clients.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to install global npm packages
Steps:
-
Install the remote MCP client globally (as shown in the project README): npm i -g mcp-remote
-
Add the remote MCP server configuration to Claude Desktop (or your MCP client):
- Open Claude Desktop > Settings > Developer > Edit Config
- Paste the following configuration (or adapt for your client): { "mcpServers": { "railways": { "command": "npx", "args": [ "-y", "mcp-remote", "https://railway-mcp.amithv.xyz/mcp" ] } } }
-
Save the config and restart the client. The Indian Railway tools will be available for use.
Additional notes
Tips and caveats:
- Ensure you have network access to https://railway-mcp.amithv.xyz/mcp and that the remote MCP service is online.
- The tools return pre-formatted text suitable for Claude; you can copy the output directly or paste into logs.
- If you modify the remote URL, update the args accordingly in your MCP config.
- Supported tools include: Search-trains, Get-seat-availability, Get-train-info, Get-train-live-status, Get-train-delay-info, Get-live-station-info, Get-station-code, Get-train-code.
Related MCP Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
obsidian -tools
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
MiniMax -JS
Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
mcp-bundler
Is the MCP configuration too complicated? You can easily share your own simplified setup!
akyn-sdk
Turn any data source into an MCP server in 5 minutes. Build AI-agents-ready knowledge bases.
promptboard
The Shared Whiteboard for Your AI Agents via MCP. Paste screenshots, mark them up, and share with AI.