MCP server for curated GoHighLevel API v2 coverage.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gohighlevel-mcp-serv": {
"command": "npx",
"args": [
"-y",
"NightSquawk/gohighlevel-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gohighlevel-mcp-serv npx -y NightSquawk/gohighlevel-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gohighlevel-mcp-serv": {
"command": "npx",
"args": [
"-y",
"NightSquawk/gohighlevel-mcp-server"
]
}
}
}