Skip to content
VS Code

ghl command for VS Code

io.github.drjerryrelth/ghl-command

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

client:VS Code transport:stdio runtime:npm

Install ghl command in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ghl command in other clients