WHMCS MCP Server for Zed
io.github.daddariotech/whmcs-mcp
Connect Claude, ChatGPT, and Cursor to live WHMCS over MCP.
client:Zed
transport:stdio
runtime:oci
Install WHMCS MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whmcs-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs