Obambu cPanel MCP for Cursor
io.github.rodriguedev13/obambu-cpanel-mcp
MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install Obambu cPanel MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs