Skip to content
Cursor

ghl command for Cursor

io.github.drjerryrelth/ghl-command

GoHighLevel MCP for Claude: 250 tools, 51 modules, incl. the only programmatic GHL workflow builder

client:Cursor transport:stdio runtime:npm

Install ghl command in Cursor

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

{
  "mcpServers": {
    "ghl-command": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@elitedcs/ghl-mcp"
      ]
    }
  }
}

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

ghl command in other clients