mcpbeat Sign in

Obambu cPanel MCP Server

by rodriguedev13 Your server? Claim it
local only

Obambu cPanel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 25 Jul 2026.

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

Installs per day peak 211 · avg 10 · -78% w/w
a month agotoday
32
Installs / week
npm · obambu-cpanel-mcp
0
Stars
0 open issues
25 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Obambu cPanel MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add obambu-cpanel-mcp -- npx -y obambu-cpanel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obambu-cpanel-mcp": {
      "args": [
        "-y",
        "obambu-cpanel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.obambu-cpanel-mcp]
command = "npx"
args = ["-y", "obambu-cpanel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "obambu-cpanel-mcp": {
      "args": [
        "-y",
        "obambu-cpanel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "obambu-cpanel-mcp": {
      "args": [
        "-y",
        "obambu-cpanel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CPANEL_HOST (cPanel server hostname or IP address), CPANEL_PORT (cPanel API port), CPANEL_USERNAME (cPanel account username), CPANEL_API_TOKEN (cPanel API token (Security -> Manage API Tokens)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Obambu cPanel MCP

same job, measured the same way
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
SAP HANA CLI
by sap-samples

150+ SAP HANA database tools as MCP tools for AI assistants

766 installs/wk local only
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
PostgreSQL MCP Server
by yawlabs

PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants

4 335 installs/wk local only
Beget Hosting
by badigit

Beget hosting: sites, domains, DNS, MySQL, FTP, cron, backups, mail — 73 tools

local only

Obambu cPanel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Obambu cPanel MCP?
Obambu cPanel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package obambu-cpanel-mcp was installed 32 times last week.
How do I connect Obambu cPanel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls obambu-cpanel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Obambu cPanel MCP?
The npm package obambu-cpanel-mcp was installed 32 times in the last week. Week over week that is -78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Obambu cPanel MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.