WHMCS MCP Server for Cursor
io.github.daddariotech/whmcs-mcp
Connect Claude, ChatGPT, and Cursor to live WHMCS over MCP.
client:Cursor
transport:stdio
runtime:oci
Install WHMCS MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whmcs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/daddariotech/whmcs-mcp:latest"
],
"env": {
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"WHMCS_API_URL": "<WHMCS_API_URL>",
"WHMCS_IDENTIFIER": "<WHMCS_IDENTIFIER>",
"WHMCS_SECRET": "<WHMCS_SECRET>",
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs