whmcs mcp server for Windsurf
io.github.not-sure-w/whmcs-mcp-server
MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting.
client:Windsurf
transport:stdio
runtime:npm
Install whmcs mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"whmcs-mcp-server": {
"command": "npx",
"args": [
"-y",
"whmcs-mcp-server"
],
"env": {
"WHMCS_BASE_URL": "<WHMCS_BASE_URL>",
"WHMCS_IDENTIFIER": "<WHMCS_IDENTIFIER>",
"WHMCS_SECRET": "<WHMCS_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs