mcp-server-gohilvl
A set of tools to connect gohighlevel data to your LLMs
Overview
The mcp-server-gohilvl is a set of tools designed to connect GoHighLevel data to your Large Language Models (LLMs), enabling seamless integration and data utilization.
To use mcp-server-gohilvl, clone the repository from GitHub, configure your GoHighLevel API credentials, and run the server to start connecting your data with LLMs.
- Easy integration with GoHighLevel data. - Support for multiple LLMs. - Customizable data handling and processing.
- Automating customer interactions using LLMs with GoHighLevel data.
- Enhancing marketing strategies by analyzing customer data through LLMs.
- Building intelligent chatbots that leverage GoHighLevel data.
Add to your AI client
Use these steps to connect mcp-server-gohilvl in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-gohilvl-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-gohilvl-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-gohilvl-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-gohilvl-delorenj": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-gohilvl-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-gohilvl-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gohilvl-delorenj"
]
}
}
}FAQ
What is GoHighLevel?
GoHighLevel is a marketing platform that provides tools for CRM, email marketing, and more.
Can I use mcp-server-gohilvl with any LLM?
Yes! The tools are designed to work with various LLMs, allowing flexibility in your projects.
Is there any documentation available?
Yes! Documentation is available in the GitHub repository to help you get started.