# tracel-ai/burn | Model Context Protocol (MCP) Server > Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability. - **Stars**: ⭐ 15,661 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "burn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-burn" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "burn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-burn" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-burn` - **Docker**: `docker run -i --rm mcp/burn`