← Index

io.github.northrosetech/ghl-mcp-server

io.github.northrosetech/ghl-mcp-server·v1.0.1·CRM & Sales
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<your-ghl_api_key>",
        "GHL_LOCATION_ID": "<ghl_location_id>",
        "GHL_BASE_URL": "https://services.leadconnectorhq.com",
        "GHL_API_VERSION": "2021-07-28",
        "TRANSPORT": "stdio",
        "LOG_LEVEL": "info"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<your-ghl_api_key>",
        "GHL_LOCATION_ID": "<ghl_location_id>",
        "GHL_BASE_URL": "https://services.leadconnectorhq.com",
        "GHL_API_VERSION": "2021-07-28",
        "TRANSPORT": "stdio",
        "LOG_LEVEL": "info"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @northrosetech/ghl-mcp-server
§02  Environment variables
GHL_API_KEY
requiredsecret

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

GHL_LOCATION_ID
required

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in CRM & Sales