# unslothai/unsloth | Model Context Protocol (MCP) Server > Local UI to run and train LLMs and diffusion models, including Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, DeepSeek-V4, FLUX and more. - **Stars**: ⭐ 70,675 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "unsloth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unsloth" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "unsloth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unsloth" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-unsloth` - **Docker**: `docker run -i --rm mcp/unsloth`