# NVIDIA/DALI | Model Context Protocol (MCP) Server > A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications. - **Stars**: ⭐ 5,687 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "DALI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DALI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "DALI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DALI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-DALI` - **Docker**: `docker run -i --rm mcp/DALI`