io.github.northrosetech/ghl-mcp-server MCP Server
io.github.northrosetech/ghl-mcp-server
What is the io.github.northrosetech/ghl-mcp-server MCP server?
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
How to install io.github.northrosetech/ghl-mcp-server
Copy-paste configuration for popular MCP clients.
GHL_API_KEYrequiredsecretGoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.
GHL_LOCATION_IDrequiredGoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.
GHL_BASE_URLGHL API base URL. The default works for all standard installs.
GHL_API_VERSIONValue for the GHL API Version header.
TRANSPORTTransport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.
LOG_LEVELLog verbosity.
{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<YOUR_GHL_API_KEY>",
"GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
"GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
"GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<YOUR_GHL_API_KEY>",
"GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
"GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
"GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<YOUR_GHL_API_KEY>",
"GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
"GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
"GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"ghl-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<YOUR_GHL_API_KEY>",
"GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
"GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
"GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
"TRANSPORT": "<YOUR_TRANSPORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add ghl-mcp-server --env GHL_API_KEY=<YOUR_GHL_API_KEY> --env GHL_LOCATION_ID=<YOUR_GHL_LOCATION_ID> --env GHL_BASE_URL=<YOUR_GHL_BASE_URL> --env GHL_API_VERSION=<YOUR_GHL_API_VERSION> --env TRANSPORT=<YOUR_TRANSPORT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y @northrosetech/ghl-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.