MCP Server
Maintained
MIT
io.github.Samarth-23-eng/india-mcp-railways MCP Server
io.github.Samarth-23-eng/india-mcp-railways
What is the io.github.Samarth-23-eng/india-mcp-railways MCP server?
MCP server for Indian Railways: search trains, stations, schedules and live status.
How to install io.github.Samarth-23-eng/india-mcp-railways
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"india-mcp-railways": {
"command": "npx",
"args": [
"-y",
"@samarth-23-eng/india-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"india-mcp-railways": {
"command": "npx",
"args": [
"-y",
"@samarth-23-eng/india-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"india-mcp-railways": {
"command": "npx",
"args": [
"-y",
"@samarth-23-eng/india-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"india-mcp-railways": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samarth-23-eng/india-mcp"
]
}
}
}Claude Code
claude mcp add india-mcp-railways -- npx -y @samarth-23-eng/india-mcpRelated MCP servers
io.github.Samarth-23-eng/india-mcp
Maintained
MCP servers for Indian APIs including stocks, GST, railways, banking, and RTO.
0
View repository →Go
MIT
MCP server for Indian banking: IFSC lookup, UPI VPA validation, bank UPI status.
0
View repository →Go
MIT
io.github.Samarth-23-eng/india-mcp-gst
Maintained
MCP server for India GST: validate GSTIN, search HSN, calculate tax.
0
View repository →Go
MIT
io.github.Samarth-23-eng/india-mcp-rto
Maintained
MCP server for Indian vehicle RTO: decode number plates, calculate road tax, check RTO offices.
0
View repository →Go
MIT