Skip to content
Grok

whmcs mcp server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install whmcs mcp server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

whmcs mcp server in other clients