Go-High-Level-MCP-2026-Complete
by BusyBee3333·★ 51·Score 48
GoHighLevel MCP server with 834 tools across 40+ categories for CRM automation, voice AI, and marketing workflows.
Overview
This MCP server exposes GoHighLevel's API operations as MCP tools through stdio, HTTP, and legacy SSE transports. It offers comprehensive coverage with 834 tools including raw API endpoints and curated agent workflow tools. The server includes multiple tool profiles (full, curated, raw) and companion MCP Apps for interactive resources. Daily GitHub Actions refresh ensures API coverage stays current with official GoHighLevel documentation changes.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're building agents or workflows that need to interact with GoHighLevel's CRM platform, especially if you want comprehensive API coverage with both raw and curated tools.
When NOT to choose this
Avoid if you're not already using GoHighLevel as this creates vendor lock-in, or if you need tools outside GoHighLevel's scope as this server only exposes GoHighLevel operations.
Tools this server exposes
12 tools extracted from the READMEcrm_prepare_lead_intakePrepares a structured lead intake workflow
crm_prepare_conversation_replyPrepares a structured conversation reply
crm_prepare_appointment_bookingPrepares a structured appointment booking workflow
crm_location_health_checkPerforms a health check on a CRM location
search_contactsSearches for contacts in the CRM system
create_github_issueCreates a new issue in GitHub
list_filesLists files in a specified directory
show_ghl_tool_explorer_appDisplays the GoHighLevel tool explorer interface
show_ghl_contact_workspace_appOpens the GoHighLevel contact workspace interface
show_ghl_pipeline_board_appOpens the GoHighLevel pipeline board interface
show_ghl_ads_dashboard_appOpens the GoHighLevel ads dashboard interface
show_ghl_billing_commerce_appOpens the GoHighLevel billing and commerce interface
Comparable tools
Installation
Installation
npm install
cp .env.example .envSet the required environment variables:
GHL_API_KEY=your_private_integration_api_key
GHL_LOCATION_ID=your_location_id
GHL_BASE_URL=https://services.leadconnectorhq.com
GHL_API_VERSION=2021-07-28Build and run:
npm run build
npm run start:stdioClaude Desktop Configuration
Add to Claude Desktop's config.json:
{
"mcpServers": {
"ghl": {
"command": "node",
"args": ["/absolute/path/to/Go-High-Level-MCP-2026-Complete/dist/server.js"],
"env": {
"GHL_API_KEY": "your_private_integration_api_key",
"GHL_LOCATION_ID": "your_location_id",
"GHL_BASE_URL": "https://services.leadconnectorhq.com",
"GHL_API_VERSION": "2021-07-28"
}
}
}
}FAQ
- How often is the API coverage updated?
- The API coverage is automatically updated daily through GitHub Actions that pull the latest official GoHighLevel API documentation and regenerate tools as needed.
- Can I limit the number of tools exposed to my AI agent?
- Yes, the server offers three tool profiles: 'full' (834 tools), 'curated' (32 high-level CRM workflow tools), and 'raw' (802 original endpoint tools). You can specify which profile to use via the GHL_TOOL_PROFILE environment variable.
Compare Go-High-Level-MCP-2026-Complete with
Last updated · Auto-generated from public README + GitHub signals.