Used by 1 plugin
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
This MCP server needs API keys or credentials. Configure them in your environment before use.
nodeNODE_ENV=productionGHL_API_KEY=${GHL_API_KEY}GHL_BASE_URL=${GHL_BASE_URL:-https://services.leadconnectorhq.com}GHL_LOCATION_ID=${GHL_LOCATION_ID:-1DrJ590uuFroxuiy2iME}