Skip to content
Grok

ghl mcp server for Grok

io.github.northrosetech/ghl-mcp-server

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

client:Grok transport:stdio runtime:npm

Install ghl mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ghl mcp server in other clients