unsloth

GitHub

Local UI to run and train LLMs and diffusion models, including Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, DeepSeek-V4, FLUX and more.

RAW Config

Claude Desktop Configuration

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

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