# linkedin/Liger-Kernel | Model Context Protocol (MCP) Server > Efficient Triton Kernels for LLM Training - **Stars**: ⭐ 6,555 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Liger-Kernel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Liger-Kernel" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Liger-Kernel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Liger-Kernel" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Liger-Kernel` - **Docker**: `docker run -i --rm mcp/Liger-Kernel`