mcpbeat Sign in

Coolify MCP Server

local only

Coolify runs on your own machine — the client starts it, so there is no endpoint to ping. 10 529 installs a week from npm. Last commit 16 Sep 2026.

45 optimized tools for managing Coolify infrastructure, diagnostics, and docs search

Installs per day peak 2 932 · avg 765 · +766% w/w
a month agotoday
10 529
Installs / week
npm · @masonator/coolify-mcp
595
Stars
14 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:39
ENV COOLIFY_ACCESS_TOKEN=""

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add coolify -- npx -y @masonator/coolify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coolify": {
      "args": [
        "-y",
        "@masonator/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coolify]
command = "npx"
args = ["-y", "@masonator/coolify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "coolify": {
      "args": [
        "-y",
        "@masonator/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coolify": {
      "args": [
        "-y",
        "@masonator/coolify-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COOLIFY_ACCESS_TOKEN (Your Coolify API access token), COOLIFY_BASE_URL (Your Coolify instance URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Coolify

same job, measured the same way
Google Search Console
by akzar1el

Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.

26 installs/wk answering
Marcora
by marketcore

Tools for creating on-brand marketing content using Marcora's intelligent context infrastructure.

answering
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Ncloud
by sjk4425

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

296 installs/wk local only
Air
by 10iii

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

117 installs/wk local only
Accelerators
by s2tconsulting

36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.

51 installs/wk local only
Google Search Console
by getmcpads

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

79 installs/wk local only
Daimonos
by beardfaceguy

Agent-optimized MCP server with structured JSON tools. 20-45% token savings.

local only

Coolify — questions

Answers built from our own checks of this server.

Why is there no uptime for Coolify?
Coolify runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @masonator/coolify-mcp was installed 10 529 times last week.
How do I connect Coolify?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @masonator/coolify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Coolify?
The npm package @masonator/coolify-mcp was installed 10 529 times in the last week. Week over week that is +766%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Coolify open source?
Yes — it is published under the MIT licence, written in TypeScript, 595 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.