WHMCS

v1.0.0Business Applicationsstable

MCP server to help manage a WHMCS installation.

whmcsmcpai-integration
Share:
9
Stars
0
Downloads
0
Weekly
0/5

What is WHMCS?

WHMCS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server to help manage a whmcs installation.

MCP server to help manage a WHMCS installation.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server to help manage a WHMCS installation.

Use Cases

Query and manage WHMCS billing and hosting data via AI.
Automate customer management and support tasks in WHMCS.
scarecr0w12

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMay 13, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx whmcs

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use WHMCS

The WHMCS MCP Server connects AI assistants to a WHMCS billing and hosting automation installation, exposing comprehensive management capabilities across eight domains: client accounts, products and invoices, support tickets, domain registrations, orders, server provisioning, system administration, and affiliate programs. Credentials are supplied via environment variables and the server is available as a Docker image for zero-configuration deployment, making it straightforward to give Claude secure, API-level access to your hosting business operations without building custom integrations.

Prerequisites

  • A running WHMCS installation accessible over HTTPS
  • WHMCS API credentials: an API Identifier and API Secret generated in WHMCS Admin > Setup > API Credentials
  • Docker (for the recommended containerized deployment) or Node.js 18+ for source builds
  • IP whitelisting configured in WHMCS for the machine running the MCP server
1

Generate WHMCS API credentials

Log into your WHMCS admin panel and go to Setup > API Credentials. Create a new API role with the permissions you need and generate an Identifier/Secret pair. Note the API Access Key if you want an additional security layer.

2

Run with Docker (recommended)

Pull the pre-built image and run it with your WHMCS credentials passed as environment variables. Docker is the fastest path to a working deployment.

docker run -it --rm \
  -e WHMCS_API_URL="https://billing.example.com/" \
  -e WHMCS_API_IDENTIFIER="your-identifier" \
  -e WHMCS_API_SECRET="your-secret" \
  ghcr.io/scarecr0w12/whmcs-mcp-tool:latest
3

Or build from source

Clone the repository, install dependencies, copy the environment template, and build the TypeScript source.

git clone https://github.com/scarecr0w12/whmcs-mcp-tool.git
cd whmcs-mcp-tool
npm install
cp .env.example .env
# Edit .env with your credentials
npm run build
4

Verify the WHMCS connection

Before connecting to Claude, run the built-in test script to confirm the server can reach your WHMCS API and authenticate successfully.

npx tsx src/test.ts
5

Configure Claude Desktop

Add the server to claude_desktop_config.json with your credentials as environment variables. Never commit these values to version control.

{
  "mcpServers": {
    "whmcs": {
      "command": "node",
      "args": ["dist/index.js"],
      "cwd": "/path/to/whmcs-mcp-tool",
      "env": {
        "WHMCS_API_URL": "https://billing.example.com/",
        "WHMCS_API_IDENTIFIER": "your-identifier",
        "WHMCS_API_SECRET": "your-secret"
      }
    }
  }
}

WHMCS Examples

Client configuration

Claude Desktop configuration using the locally built WHMCS MCP server with API credentials injected via environment variables.

{
  "mcpServers": {
    "whmcs": {
      "command": "node",
      "args": ["dist/index.js"],
      "cwd": "/Users/yourname/whmcs-mcp-tool",
      "env": {
        "WHMCS_API_URL": "https://billing.yourcompany.com/",
        "WHMCS_API_IDENTIFIER": "your_api_identifier",
        "WHMCS_API_SECRET": "your_api_secret",
        "WHMCS_ACCESS_KEY": "optional_access_key"
      }
    }
  }
}

Prompts to try

These prompts demonstrate how Claude can manage a WHMCS hosting operation through the MCP server.

- "List all open support tickets and summarize the most urgent ones."
- "Look up the account for customer [email protected] and show their active services and outstanding invoices."
- "Register the domain example-new.com for client ID 1234 using the default registrar."

Troubleshooting WHMCS

API returns 'Invalid IP' error

WHMCS by default restricts API access to whitelisted IP addresses. Go to WHMCS Admin > Setup > General Settings > Security and add the IP address of the machine running the MCP server to the API IP Whitelist.

Authentication fails with correct credentials

Confirm WHMCS_API_URL ends with a trailing slash (e.g., 'https://billing.example.com/'). Some WHMCS installations also require the ACCESS_KEY variable. Run 'npx tsx src/test.ts' for a detailed error message.

npm run build fails with TypeScript errors

Ensure you are using Node.js 18 or later ('node --version'). Run 'npm install' again to ensure all dependencies including TypeScript itself are present, then retry the build.

Frequently Asked Questions about WHMCS

What is WHMCS?

WHMCS is a Model Context Protocol (MCP) server that mcp server to help manage a whmcs installation. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install WHMCS?

Follow the installation instructions on the WHMCS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with WHMCS?

WHMCS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is WHMCS free to use?

Yes, WHMCS is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

WHMCS Alternatives — Similar Business Applications Servers

Looking for alternatives to WHMCS? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "whmcs": { "command": "npx", "args": ["-y", "whmcs"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use WHMCS?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides