gohighlevel

stdio

Used by 1 plugin

Installs disruptors-mcp-suite, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub TechIntegrationLabs/disruptors-ai-marketing-hub --plugin disruptors-mcp-suite
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "gohighlevel": {
      "command": "node",
      "args": [
        "/Users/${USER}/gohighlevel-mcp-repo/dist/server.js"
      ],
      "env": {
        "NODE_ENV": "production",
        "GHL_API_KEY": "${GHL_API_KEY}",
        "GHL_BASE_URL": "${GHL_BASE_URL:-https://services.leadconnectorhq.com}",
        "GHL_LOCATION_ID": "${GHL_LOCATION_ID:-1DrJ590uuFroxuiy2iME}"
      }
    }
  }
}

Replace placeholder values for: GHL_API_KEY

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
node
Access Level
write
Arguments
/Users/${USER}/gohighlevel-mcp-repo/dist/server.js
Environment Variables
NODE_ENV=production
GHL_API_KEY=${GHL_API_KEY}
GHL_BASE_URL=${GHL_BASE_URL:-https://services.leadconnectorhq.com}
GHL_LOCATION_ID=${GHL_LOCATION_ID:-1DrJ590uuFroxuiy2iME}
Required Secrets
GHL_API_KEY