← Back to Plugins
MCP Server MCP

io.github.northrosetech/ghl-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @northrosetech/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@northrosetech/ghl-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.",
          "isRequired": true,
          "isSecret": true,
          "name": "GHL_API_KEY"
        },
        {
          "description": "GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.",
          "isRequired": true,
          "name": "GHL_LOCATION_ID"
        },
        {
          "description": "GHL API base URL. The default works for all standard installs.",
          "default": "https://services.leadconnectorhq.com",
          "name": "GHL_BASE_URL"
        },
        {
          "description": "Value for the GHL API Version header.",
          "default": "2021-07-28",
          "name": "GHL_API_VERSION"
        },
        {
          "description": "Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.",
          "default": "stdio",
          "name": "TRANSPORT"
        },
        {
          "description": "Log verbosity.",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...