Ghl Command
About
GoHighLevel MCP server for Claude. 212 tools across 43 modules, including the only programmatic GHL workflow builder (private API, reverse-engineered), funnel + page editor, form builder, pipeline builder, pre-deploy validator, multi-sub-account switching, bulk operations, and fu
Details
- Author
- drjerryrelth
- Downloads
- 386
- Categories
- Other
Jump to
- Integrates GoHighLevel with Claude via MCP
- Self-updating on each Claude restart
- Includes 49 additional Firebase-gated tools
- Public feedback tracker for bugs and feature requests
- Paid product with private source code
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ghl CommandCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by running npx -y @elitedcs/ghl-mcp@latest in the Claude config block as described in the setup guide at https://elitedcs.com/ghl-mcp-setup-guide.html. The server auto-updates each time you restart Claude.
get_mcp_version
Check the installed version of GHL Command (the GoHighLevel MCP server) against the latest version published to npm. Use this to confirm an upgrade landed after restarting Claude. Returns installed version, latest version, whether up-to-date, and the one-line restart instruction if not.
setup_ghl_mcp
First-run setup AND license upgrades for GHL Command MCP. Validates your license and GHL credentials, then writes them to a per-user credentials file; restart Claude once after it completes. UPGRADING an existing install (e.g. free key to paid)? Supply ONLY email + license_key — the GHL credentials and any Workflow Builder unlock already saved on this machine are reused and kept; do not re-enter ghl_api_key or ghl_location_id. No license yet? Paid ($97/mo) at https://ghlcommand.com — or a FREE read-only key, instantly, at https://ghlcommand.com/free.
request_license
Get a GHL Command license. Use this if you installed from npm but don't have a license yet (or setup_ghl_mcp says your license is missing/invalid). GHL Command is $97/mo — every sub-account you manage, 3-machine activation, includes the only programmatic GHL workflow builder. There's also a FREE read-only tier (account audits + all reads on your own account) — instant key at https://ghlcommand.com/free. Leave your email and we'll send the purchase link + setup help; the tool also returns where to buy right now.
auto_capture_firebase_script
Get the browser-console script that auto-extracts the 3 Firebase fields needed to enable the Workflow Builder. PREFER `capture_firebase_interactive` when Chrome/Edge is installed (one-click, zero pasting); this script is the fallback for locked-down machines and the path for capturing a CLIENT account's Firebase (multi-tenant). Run this, copy the script, paste it into Chrome DevTools Console on a tab logged into GHL, press Enter, and the result lands in your clipboard. Then paste the JSON into setup_ghl_mcp's firebase_paste field (or enable_workflow_builder's).
capture_firebase_interactive
One-click Workflow Builder unlock (EASIEST PATH — try this before auto_capture_firebase_script). Also the unlock for the FREE tier's account auditor (audit_workflows, validate_workflow) — same one-time login. Opens a Chrome window where you just log into GHL; the MCP captures the Firebase credentials itself and saves them. No DevTools, no pasting. Re-run the same tool if the first call says it's still waiting for your login. After the first successful run, future re-captures (refresh-token rotations) happen silently with no window at all. Falls back cleanly: if no Chrome/Edge is installed, use auto_capture_firebase_script instead.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ghl command": {
"ghl-command": {
"command": "npx",
"args": [
"-y",
"@elitedcs/ghl-mcp"
]
}
}
}
}
McpServers
{
"ghl-command": {
"command": "npx",
"args": [
"-y",
"@elitedcs/ghl-mcp"
]
}
}
GHL Command — Feedback & Requests
This is the public feedback tracker for GHL Command (@elitedcs/ghl-mcp), the GoHighLevel MCP server for Claude.
Product page and docs: https://elitedcs.com/ghl-mcp-server
What this repo is for
- 🐛 Report a bug — something not working the way it should
- 💡 Request a feature — a tool, trigger, or capability you want added
- ❓ Ask a question — setup, Firebase/Workflow Builder, anything
Open an issue using the templates: New issue →
What this repo is not
GHL Command is a paid product, so the source code lives in a private repository. There is nothing to clone or install here. You install the product from npm via the config block in the setup guide — npx -y @elitedcs/ghl-mcp@latest — and it auto-updates each time you restart Claude.
Need help fast?
For purchase or billing questions, email support@cliniclaunchlab.com. For setup, the Firebase / Workflow Builder guide covers the most common snag (the extra 49 Firebase-gated tools).
---
Built by Elite DCs, LLC.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



