Go-High-Level-MCP-2026-Complete
by BusyBee3333·★ 51·综合分 48
GoHighLevel 的 MCP 服务器,提供 40+ 类别的 834 个工具,支持 CRM 自动化、语音 AI 和营销工作流程。
概述
这个 MCP 服务器通过 stdio、HTTP 和传统 SSE 传输将 GoHighLevel 的 API 操作作为 MCP 工具暴露。它提供全面的覆盖,包括 834 个工具,涵盖原始 API 端点和精选的代理工作流程工具。服务器提供多种工具配置文件(完整、精选、原始),并包含用于交互资源的配套 MCP 应用程序。每日 GitHub Actions 刷新可确保 API 覆盖与官方 GoHighLevel 文档变更保持同步。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在构建需要与 GoHighLevel CRM 平台交互的代理或工作流,特别是需要全面 API 覆盖和原始与精选工具,请选择此 MCP 服务器。
什么时候不要选它
如果您已经在使用 GoHighLevel,请避免使用它以避免厂商锁定;或者如果您需要 GoHighLevel 范围之外的工具,请避免使用,因为此服务器仅暴露 GoHighLevel 操作。
此 server 暴露的工具
从 README 抽取出 12 个工具crm_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
可对比工具
安装
安装
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:stdioClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。