dokploy (MCP Server)

GitHub

Open Source Alternative to Vercel, Netlify and Heroku.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dokploy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dokploy"
      ]
    }
  }
}