Loading MCP server directory, please wait...
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
npx @getmcp/cli add io.github.northrosetech/ghl-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GHL_API_KEYGoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.
GHL_LOCATION_IDGoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.northrosetech/ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "",
"GHL_LOCATION_ID": "",
"GHL_BASE_URL": "https://services.leadconnectorhq.com",
"GHL_API_VERSION": "2021-07-28",
"TRANSPORT": "stdio",
"LOG_LEVEL": "info"
}
}
}
}