Skip to content
Cursor

whmcs mcp server for Cursor

io.github.not-sure-w/whmcs-mcp-server

MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting.

client:Cursor transport:stdio runtime:npm

Install whmcs mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whmcs-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "whmcs-mcp-server"
      ],
      "env": {
        "WHMCS_BASE_URL": "<WHMCS_BASE_URL>",
        "WHMCS_IDENTIFIER": "<WHMCS_IDENTIFIER>",
        "WHMCS_SECRET": "<WHMCS_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

whmcs mcp server in other clients