Loading MCP server directory, please wait...
MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.
npx @getmcp/cli add io.github.RodrigueDev13/obambu-cpanel-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CPANEL_HOSTcPanel server hostname or IP address
CPANEL_USERNAMEcPanel account username
CPANEL_API_TOKENcPanel API token (Security -> Manage API Tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RodrigueDev13/obambu-cpanel-mcp": {
"command": "npx",
"args": [
"-y",
"obambu-cpanel-mcp"
],
"env": {
"CPANEL_HOST": "",
"CPANEL_PORT": "2083",
"CPANEL_USERNAME": "",
"CPANEL_API_TOKEN": ""
}
}
}
}