Loading MCP server directory, please wait...
MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting.
npx @getmcp/cli add io.github.not-sure-w/whmcs-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
WHMCS_BASE_URLYour WHMCS installation URL (HTTPS required)
WHMCS_IDENTIFIERWHMCS API identifier
WHMCS_SECRETWHMCS API secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.not-sure-w/whmcs-mcp-server": {
"command": "npx",
"args": [
"-y",
"whmcs-mcp-server"
],
"env": {
"WHMCS_BASE_URL": "",
"WHMCS_IDENTIFIER": "",
"WHMCS_SECRET": ""
}
}
}
}