Skip to content
Cline

Obambu cPanel MCP for Cline

io.github.rodriguedev13/obambu-cpanel-mcp

MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.

client:Cline transport:stdio runtime:npm

Install Obambu cPanel MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "obambu-cpanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obambu-cpanel-mcp"
      ],
      "env": {
        "CPANEL_HOST": "<CPANEL_HOST>",
        "CPANEL_PORT": "<CPANEL_PORT>",
        "CPANEL_USERNAME": "<CPANEL_USERNAME>",
        "CPANEL_API_TOKEN": "<CPANEL_API_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Obambu cPanel MCP in other clients