MCP Catalogs
首页

Go-High-Level-MCP-2026-Complete

by BusyBee3333·51·综合分 48

GoHighLevel 的 MCP 服务器,提供 40+ 类别的 834 个工具,支持 CRM 自动化、语音 AI 和营销工作流程。

developer-toolsproductivityai-llm
52
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这个 MCP 服务器通过 stdio、HTTP 和传统 SSE 传输将 GoHighLevel 的 API 操作作为 MCP 工具暴露。它提供全面的覆盖,包括 834 个工具,涵盖原始 API 端点和精选的代理工作流程工具。服务器提供多种工具配置文件(完整、精选、原始),并包含用于交互资源的配套 MCP 应用程序。每日 GitHub Actions 刷新可确保 API 覆盖与官方 GoHighLevel 文档变更保持同步。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:自动化 CRM 工作流程,包括线索获取、预约安排和销售管道管理
:集成营销自动化,包括社交媒体、广告管理和声誉监控
:构建具有对话管理和语音 AI 功能的客服 AI 代理
:API 覆盖范围多久更新一次?
:可以限制向 AI 代理暴露的工具数量吗?

什么时候选它

如果您正在构建需要与 GoHighLevel CRM 平台交互的代理或工作流,特别是需要全面 API 覆盖和原始与精选工具,请选择此 MCP 服务器。

什么时候不要选它

如果您已经在使用 GoHighLevel,请避免使用它以避免厂商锁定;或者如果您需要 GoHighLevel 范围之外的工具,请避免使用,因为此服务器仅暴露 GoHighLevel 操作。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

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

安装

安装

npm install
cp .env.example .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

构建并运行:

npm run build
npm run start:stdio

Claude Desktop 配置

添加到 Claude Desktop 的 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

API 覆盖范围多久更新一次?
API 覆盖范围通过 GitHub Actions 每天自动更新,该机制会拉取最新的官方 GoHighLevel API 文档并在需要时重新生成工具。
可以限制向 AI 代理暴露的工具数量吗?
是的,服务器提供三种工具配置文件:'full'(834 个工具)、'curated'(32 个高级 CRM 工作流程工具)和 'raw'(802 个原始端点工具)。您可以通过 GHL_TOOL_PROFILE 环境变量指定使用哪种配置文件。

Go-High-Level-MCP-2026-Complete 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。