Back to MCP Servers
National Rail
An MCP server for UK National Rail trains service, providing train schedules and live travel information, intergrating the Realtime Trains API
travel-transportationapiai
Installation
npx -y mcp-national-railConfiguration
{
"mcpServers": {
"mcp-national-rail": {
"command": "npx",
"args": ["-y", "mcp-national-rail"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes