Skip to content
Claude Desktop

ghl mcp server for Claude Desktop

io.github.northrosetech/ghl-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install ghl mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "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_BASE_URL": "<GHL_BASE_URL>",
        "GHL_API_VERSION": "<GHL_API_VERSION>",
        "TRANSPORT": "<TRANSPORT>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ghl mcp server in other clients