Coolify (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Coolify (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Vercel
Access Vercel project deployments, runtime logs, and configuration through Vercel's official hosted remote MCP server with OAuth. Currently read-only.
Cloudflare Docs
Search Cloudflare developer documentation using semantic search. Covers Workers, Pages, R2, D1, KV, Durable Objects, Zero Trust, and all Cloudflare products.
Cloudflare Workers Bindings
Manage Cloudflare Workers platform resources including KV namespaces, R2 buckets, D1 databases, Hyperdrive configs, and Workers scripts.
Supabase (Remote)
Manage Supabase projects, databases, edge functions, storage, and authentication through Supabase's hosted remote MCP server. Authenticates via OAuth, no local setup required.
Supabase (npx)
Manage Supabase projects, databases, edge functions, storage, and authentication locally via npx. Uses a personal access token.
Docker Hub (Docker)
Search Docker Hub images, manage repositories and tags, discover Docker Hardened Images, and get AI-powered image recommendations. Interfaces with Docker Hub APIs for intelligent content discovery.
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.