Skip to content
Claude Desktop

Coolify MCP for Claude Desktop

io.github.frndchagas/coolify-mcp

MCP server for Coolify API operations.

client:Claude Desktop transport:stdio runtime:npm

Install Coolify MCP in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "coolify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fndchagas/coolify-mcp"
      ],
      "env": {
        "COOLIFY_BASE_URL": "<COOLIFY_BASE_URL>",
        "COOLIFY_TOKEN": "<COOLIFY_TOKEN>",
        "COOLIFY_STRICT_VERSION": "<COOLIFY_STRICT_VERSION>",
        "COOLIFY_ALLOW_WRITE": "<COOLIFY_ALLOW_WRITE>",
        "COOLIFY_ALLOW_UNSAFE_LOGS": "<COOLIFY_ALLOW_UNSAFE_LOGS>",
        "COOLIFY_OPENAPI_REF": "<COOLIFY_OPENAPI_REF>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Coolify MCP in other clients