MCP Catalogs
Home

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.

developer-toolsproductivityai-llm
52
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automate CRM workflows including lead intake, appointment booking, and pipeline management
you:Integrate marketing automation with social media, ads management, and reputation monitoring
you:Build AI agents for customer service with conversation management and voice AI capabilities
you:How often is the API coverage updated?
you:Can I limit the number of tools exposed to my AI agent?

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 README
  • crm_prepare_lead_intake

    Prepares a structured lead intake workflow

  • crm_prepare_conversation_reply

    Prepares a structured conversation reply

  • crm_prepare_appointment_booking

    Prepares a structured appointment booking workflow

  • crm_location_health_check

    Performs a health check on a CRM location

  • search_contacts

    Searches for contacts in the CRM system

  • create_github_issue

    Creates a new issue in GitHub

  • list_files

    Lists files in a specified directory

  • show_ghl_tool_explorer_app

    Displays the GoHighLevel tool explorer interface

  • show_ghl_contact_workspace_app

    Opens the GoHighLevel contact workspace interface

  • show_ghl_pipeline_board_app

    Opens the GoHighLevel pipeline board interface

  • show_ghl_ads_dashboard_app

    Opens the GoHighLevel ads dashboard interface

  • show_ghl_billing_commerce_app

    Opens the GoHighLevel billing and commerce interface

Comparable tools

official-ghl-apighl-python-clientghl-rest-api

Installation

Installation

npm install
cp .env.example .env

Set 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-28

Build and run:

npm run build
npm run start:stdio

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.