cPanel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CPANEL_USERNAME | Yes | Your cPanel username (format: user@domain.com) | |
| CPANEL_API_TOKEN | Yes | Your cPanel API token | |
| CPANEL_SERVER_URL | Yes | URL to your cPanel server (e.g., https://your-domain.com:2083) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cpanel_list_filesB | List files and directories in a specified path |
| cpanel_read_fileC | Read contents of a file |
| cpanel_write_fileA | Write content to a file (creates or overwrites) |
| cpanel_delete_fileC | Delete a file or directory |
| cpanel_disk_usageA | Get disk usage statistics for the account |
| cpanel_list_databasesA | List all MySQL databases |
| cpanel_create_databaseB | Create a new MySQL database |
| cpanel_delete_databaseB | Delete a MySQL database |
| cpanel_list_email_accountsB | List all email accounts for the domain |
| cpanel_create_emailB | Create a new email account |
| cpanel_delete_emailB | Delete an email account |
| cpanel_list_subdomainsC | List all subdomains |
| cpanel_create_subdomainC | Create a new subdomain |
| cpanel_delete_subdomainC | Delete a subdomain |
| cpanel_backupC | Initiate a full account backup |
| cpanel_install_sslB | Install SSL certificate for a domain |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aandersen2323/cpanel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server