lucygoodchild/mcp-national-rail
An MCP server for UK National Rail trains service, providing train schedules and live travel information, intergrating the Realtime Trains API
Quick Start
Clone the repository:
git clone https://github.com/lucygoodchild/mcp-national-railClaude Desktop configuration example:
{
"mcpServers": {
"mcp-national-rail": {
"command": "npx",
"args": [
"-y",
"lucygoodchild/mcp-national-rail"
]
}
}
}Check the repository README for specific installation and configuration instructions.