An MCP server for Unsloth - a library that makes LLM fine-tuning 2x faster with 80% less memory
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unsloth-mcp-server": {
"command": "npx",
"args": [
"-y",
"OtotaO/unsloth-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unsloth-mcp-server npx -y OtotaO/unsloth-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unsloth-mcp-server": {
"command": "npx",
"args": [
"-y",
"OtotaO/unsloth-mcp-server"
]
}
}
}