Skip to content
Cursor

ghl mcp server for Cursor

io.github.northrosetech/ghl-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install ghl mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ghl mcp server in other clients