Loading languages...
NS

ns-mcp-server

@r-huijts39

Transform your AI assistant into a Dutch railways expert! This MCP server connects Claude to real-time NS (Nederlandse Spoorwegen) travel information, making it your perfect companion for navigating the Netherlands by train.

mcp
railway
ns
travel

# mcpServer Config

{
  "mcpServers": {
    "ns-server": {
      "command": "npx",
      "args": [
        "-y",
        "ns-mcp-server"
      ],
      "env": {
        "NS_API_KEY": "your_api_key_here"
      }
    }
  }
}

# stdio

npx -y ns-mcp-server
Transport:
stdio
Language:
javascript
Updated:7/23/2025