Skip to content
Grok

Obambu cPanel MCP for Grok

io.github.rodriguedev13/obambu-cpanel-mcp

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

client:Grok transport:stdio runtime:npm

Install Obambu cPanel MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "obambu-cpanel-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Obambu cPanel MCP in other clients