AgentHubAgentHub

ghl-mcp-server

MCP ServerMCP Registry官方收录

io.github.northrosetech/ghl-mcp-server · v1.0.1

GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.

概览

ghl-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<GHL_API_KEY>",
        "GHL_LOCATION_ID": "<GHL_LOCATION_ID>"
      }
    }
  }
}

环境变量

GHL_API_KEY必填secret

GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.

GHL_LOCATION_ID必填

GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.

GHL_BASE_URL可选

GHL API base URL. The default works for all standard installs.

GHL_API_VERSION可选

Value for the GHL API Version header.

TRANSPORT可选

Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.

LOG_LEVEL可选

Log verbosity.

相关资源

统一 Manifest

{
  "id": "io.github.northrosetech/ghl-mcp-server",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "ghl-mcp-server",
  "description": "GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.",
  "repository": {
    "url": "https://github.com/northrosetech/ghl-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@northrosetech/ghl-mcp-server",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GHL_API_KEY",
            "description": "GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GHL_LOCATION_ID",
            "description": "GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.",
            "isRequired": true
          },
          {
            "name": "GHL_BASE_URL",
            "description": "GHL API base URL. The default works for all standard installs."
          },
          {
            "name": "GHL_API_VERSION",
            "description": "Value for the GHL API Version header."
          },
          {
            "name": "TRANSPORT",
            "description": "Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients."
          },
          {
            "name": "LOG_LEVEL",
            "description": "Log verbosity."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.northrosetech/ghl-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.northrosetech%2Fghl-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ghl-mcp-server — MCP Server 安装与配置 · AgentHub