axolotl (MCP Server)

GitHub

Go ahead and axolotl questions

12,360 stars Python MCP Ready Full Docs Skills View Markdown #fine-tuning#llm

Claude Desktop Configuration

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

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