McpMux
Back to Registry

Coolify (npx) MCP Server

Community

Contributed by StuMason

Manage your self-hosted Coolify instance from your AI client: deploy applications, manage servers, projects, services, databases, and environments via the Coolify API.

About the Coolify (npx) MCP Server

The Coolify (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage your self-hosted Coolify instance from your AI client: deploy applications, manage servers, projects, services, databases, and environments via the Coolify API. This is a community-contributed MCP server by StuMason.

Install the Coolify (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@masonator/coolify-mcp"
  ],
  "env": {
    "COOLIFY_BASE_URL": "${input:COOLIFY_BASE_URL}",
    "COOLIFY_ACCESS_TOKEN": "${input:COOLIFY_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "COOLIFY_BASE_URL",
        "label": "Coolify Base URL",
        "description": "The base URL of your self-hosted Coolify instance (no trailing slash). Example: https://coolify.yourdomain.com",
        "type": "url",
        "required": true,
        "placeholder": "https://coolify.yourdomain.com"
      },
      {
        "id": "COOLIFY_ACCESS_TOKEN",
        "label": "Coolify API Token",
        "description": "API token for your Coolify instance. Create one in Coolify under Keys & Tokens > API tokens, granting the permissions you need (read/write/deploy).",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://coolify.io/docs/api-reference/authorization",
          "instructions": "1. Open your Coolify dashboard\n2. Go to Keys & Tokens > API tokens\n3. Create a new token and select the required permissions (read/write/deploy)\n4. Copy the generated token",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

coolifydeploymentself-hostedpaasdevopsinfrastructure

Supported AI Clients

The Coolify (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Coolify (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.