← Back to browse

ghl-mcp-server

Indexed by io.github.northrosetech

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGHL_API_KEY GHL_LOCATION_ID GHL_BASE_URL GHL_API_VERSION TRANSPORT LOG_LEVEL
Claude Code
claude mcp add --env GHL_API_KEY= --env GHL_LOCATION_ID= --env GHL_BASE_URL= --env GHL_API_VERSION= --env TRANSPORT= --env LOG_LEVEL= ghl-mcp-server -- npx @northrosetech/ghl-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ghl-mcp-server","command":"npx","args":["@northrosetech/ghl-mcp-server"],"env":{"GHL_API_KEY":"","GHL_LOCATION_ID":"","GHL_BASE_URL":"","GHL_API_VERSION":"","TRANSPORT":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "",
        "GHL_LOCATION_ID": "",
        "GHL_BASE_URL": "",
        "GHL_API_VERSION": "",
        "TRANSPORT": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.