What is the Dokploy MCP MCP server?
Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes
How to install Dokploy MCP
Copy-paste configuration for popular MCP clients.
DOKPLOY_URLOptional when local Dokploy credentials already exist. Otherwise provide the Dokploy panel URL.
DOKPLOY_API_KEYsecretOptional when local Dokploy credentials already exist. Otherwise provide the Dokploy API key.
DOKPLOY_PROFILES_JSONsecretOptional JSON object of named Dokploy targets. Use this when you want explicit named profiles in addition to the local default target.
X-Dokploy-UrlrequiredDokploy panel URL for this request. Accepts the panel URL, /api, or /api/trpc and is normalized automatically.
X-Dokploy-Api-KeyrequiredsecretDokploy API key from Settings > Profile > API/CLI.
{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<YOUR_DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<YOUR_DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<YOUR_DOKPLOY_PROFILES_JSON>",
"X-Dokploy-Url": "<YOUR_X_DOKPLOY_URL>",
"X-Dokploy-Api-Key": "<YOUR_X_DOKPLOY_API_KEY>"
}
}
}
}{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<YOUR_DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<YOUR_DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<YOUR_DOKPLOY_PROFILES_JSON>",
"X-Dokploy-Url": "<YOUR_X_DOKPLOY_URL>",
"X-Dokploy-Api-Key": "<YOUR_X_DOKPLOY_API_KEY>"
}
}
}
}{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<YOUR_DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<YOUR_DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<YOUR_DOKPLOY_PROFILES_JSON>",
"X-Dokploy-Url": "<YOUR_X_DOKPLOY_URL>",
"X-Dokploy-Api-Key": "<YOUR_X_DOKPLOY_API_KEY>"
}
}
}
}{
"servers": {
"dokploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<YOUR_DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<YOUR_DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<YOUR_DOKPLOY_PROFILES_JSON>",
"X-Dokploy-Url": "<YOUR_X_DOKPLOY_URL>",
"X-Dokploy-Api-Key": "<YOUR_X_DOKPLOY_API_KEY>"
}
}
}
}claude mcp add dokploy-mcp --env DOKPLOY_URL=<YOUR_DOKPLOY_URL> --env DOKPLOY_API_KEY=<YOUR_DOKPLOY_API_KEY> --env DOKPLOY_PROFILES_JSON=<YOUR_DOKPLOY_PROFILES_JSON> --env X-Dokploy-Url=<YOUR_X_DOKPLOY_URL> --env X-Dokploy-Api-Key=<YOUR_X_DOKPLOY_API_KEY> -- npx -y @vibetools/dokploy-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.