MCP server for WHMCS automation - AI-powered client management and hosting operations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whmcs-mcp": {
"command": "npx",
"args": [
"-y",
"caioldcarvalho/whmcs-mcp"
]
}
}
}
Run in terminal:
claude mcp add whmcs-mcp npx -y caioldcarvalho/whmcs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"whmcs-mcp": {
"command": "npx",
"args": [
"-y",
"caioldcarvalho/whmcs-mcp"
]
}
}
}