A Model Context Protocol (MCP) server for GoHighLevel API v2 — giving any AI agent full access to your GHL location.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"NerdSnipe-Inc/ghl-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ghl-mcp-server npx -y NerdSnipe-Inc/ghl-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"NerdSnipe-Inc/ghl-mcp-server"
]
}
}
}