gohighlevel
stdioUsed 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-suiteAdd 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
nodeAccess Level
write
Arguments
/Users/${USER}/gohighlevel-mcp-repo/dist/server.js
Environment Variables
NODE_ENV=productionGHL_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