ghl mcp server for Cline
io.github.northrosetech/ghl-mcp-server
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
client:Cline
transport:stdio
runtime:npm
Install ghl mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ghl-mcp-server": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs