GoHighLevel MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GoHighLevel MCP Serverfind the contact with email john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GoHighLevel MCP Server
A Model Context Protocol (MCP) server that connects Claude to GoHighLevel's CRM platform.
Features
14 Tools across 4 domains:
Contact Management (5 tools)
Messaging & Conversations (4 tools)
Calendar & Appointments (3 tools)
Sales Opportunities (4 tools)
Related MCP server: GoHighLevel MCP Server
Installation
git clone https://github.com/YOUR_USERNAME/gohighlevel-mcp-server.git
cd gohighlevel-mcp-server
npm installSetup
Get your GHL API token from GoHighLevel
Set the environment variable:
export GHL_API_TOKEN="your-api-token-here"Start the server:
npm startUsage with Claude Desktop
Add to ~/claude_desktop_config.json:
{
"mcpServers": {
"gohighlevel": {
"command": "bash",
"args": ["-c", "cd ~/projects/gohighlevel-mcp-server && export GHL_API_TOKEN='YOUR_TOKEN' && npm start"]
}
}
}Then restart Claude Desktop.
API Reference
Search Contacts - Search for contacts by query
Get Contact - Retrieve a specific contact
Create Contact - Add a new contact
Update Contact - Modify contact details
Add Tags - Assign tags to contacts
List Conversations - View contact conversations
Get Conversation - Retrieve conversation details
Send SMS - Send SMS messages
Send Email - Send email messages
List Appointments - View calendar appointments
Get Appointment - Retrieve appointment details
Create Appointment - Schedule new appointments
List Opportunities - View sales opportunities
Get Opportunity - Retrieve opportunity details
Create Opportunity - Add new sales opportunities
Update Opportunity - Modify opportunity status/value
Development
Built with:
TypeScript with strict mode
Zod for runtime validation
Axios for HTTP requests
MCP SDK for protocol implementation
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lehr007-coder/gohighlevel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server