ghl mcp server for Grok
io.github.northrosetech/ghl-mcp-server
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
client:Grok
transport:stdio
runtime:npm
Install ghl mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ghl-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<GHL_API_KEY>",
"GHL_LOCATION_ID": "<GHL_LOCATION_ID>",
"GHL_BASE_URL": "<GHL_BASE_URL>",
"GHL_API_VERSION": "<GHL_API_VERSION>",
"TRANSPORT": "<TRANSPORT>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs