Skip to content
Claude Desktop

Auxen for Claude Desktop

ai.auxen/auxen

Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute.

client:Claude Desktop transport:streamable-http

Install Auxen in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "auxen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.auxen.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Auxen in other clients