Skip to main content
Travel & TransportationTypeScript

r-huijts/ns-mcp-server

Access Dutch Railways (NS) travel information, schedules, and real-time updates

travel-transportationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/r-huijts/ns-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ns-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "r-huijts/ns-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
TypeScript
Author
r-huijts