Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "burn": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-burn"
      ]
    }
  }
}