Skip to main content
Travel & TransportationTypeScript

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

travel-transportationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/lucygoodchild/mcp-national-rail

Claude 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.

Details

Category
Travel & Transportation
Language
TypeScript
Author
lucygoodchild