mcpbeat Sign in

Dokploy MCP Server

local only

Dokploy MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 14 Sep 2026.

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

Installs per day peak 279 · avg 27 · -53% w/w
a month agotoday
110
Installs / week
npm · dokploy-mcp-server
2
Stars
3 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dokploy MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 dokploy-mcp-server -- npx -y dokploy-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dokploy-mcp-server": {
      "args": [
        "-y",
        "dokploy-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dokploy-mcp-server]
command = "npx"
args = ["-y", "dokploy-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "dokploy-mcp-server": {
      "args": [
        "-y",
        "dokploy-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dokploy-mcp-server": {
      "args": [
        "-y",
        "dokploy-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOKPLOY_URL (Dokploy instance URL (e.g., https://dokploy.example.com)), DOKPLOY_API_KEY (Dokploy API key (generate in Settings > API Keys)), TRANSPORT_TYPE (Transport: 'stdio' (default) or 'httpStream' for remote/Docker deployments), PORT (HTTP port for httpStream transport (default 3000)), HOST (HTTP host for httpStream transport (default 0.0.0.0)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dokploy MCP Server

same job, measured the same way
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
MCP Plesk Lite
by mohamedbenhariz

MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.

31 installs/wk local only
Awesome Coolify
by clezcoding

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

79 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Ink MCP
by ml

Deploy and manage applications, databases, domains, and git repos

answering
MCP Server Digitalocean
by truecallerabreham

MCP server for DigitalOcean — manage Droplets, databases, domains, and more

58 installs/wk local only
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering
Pinecone
by mcparmory

Create and manage vector database indexes, backups, and collections

238 installs/wk local only

Dokploy MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Dokploy MCP Server?
Dokploy MCP Server 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 dokploy-mcp-server was installed 110 times last week.
How do I connect Dokploy MCP Server?
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 dokploy-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dokploy MCP Server?
The npm package dokploy-mcp-server was installed 110 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dokploy MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.