GoHighLevel MCP Server
Click on "Deploy 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 ServerSend an SMS to John Doe: 'Your appointment is tomorrow at 3pm.'"
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
An MCP (Model Context Protocol) server that integrates with the GoHighLevel CRM API. Enables LLMs to read conversations, send messages, create tasks, and manage calendar appointments within GoHighLevel locations.
Tools
Tool | Description |
| Search conversations in a location by query, status, contact, or assigned user |
| Get details of a single conversation by ID |
| Retrieve messages from a conversation (with pagination) |
| Send SMS, Email, WhatsApp, Instagram, Facebook, or Live Chat messages |
| Create a new conversation for a contact in a location |
| List all tasks for a contact |
| Create a new task on a contact |
| List all calendars in a location |
| Get appointments/events within a date range |
| Book a new appointment on a calendar |
Related MCP server: ghl-mcp-server
Prerequisites
Python 3.10+
A GoHighLevel account with API access
A Private Integration Token or OAuth Access Token (Sub-Account level)
Installation
cd gohighlevel-mcp
pip install -e .Configuration
Set your GoHighLevel API token as an environment variable:
export GHL_API_KEY="your-gohighlevel-api-token"Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gohighlevel": {
"command": "python3",
"args": ["-m", "gohighlevel_mcp.server"],
"env": {
"GHL_API_KEY": "your-gohighlevel-api-token"
}
}
}
}Claude Code (CLI)
claude mcp add gohighlevel -- python3 -m gohighlevel_mcp.serverMake sure GHL_API_KEY is set in your shell environment before running.
API Scopes Required
The token you provide needs these GoHighLevel API scopes:
Scope | Used By |
| Search & get conversations |
| Create conversations |
| Read messages |
| Send messages |
| List tasks |
| Create tasks |
| List calendars |
| Get calendar events |
| Create appointments |
Example Usage
Once connected, you can ask your LLM things like:
"Show me unread conversations in location
abc123""Get the last 10 messages from conversation
xyz789""Send an SMS to contact
def456saying 'Your appointment is confirmed'""Create a task for contact
ghi012titled 'Follow up call' due tomorrow""List all calendars in location
abc123""Book an appointment on calendar
cal001for contactdef456tomorrow at 2pm"
This server cannot be deployed
Maintenance
Related MCP Connectors
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Automate GoHighLevel across CRM, messaging, calendars, marketing, e-commerce, and billing. Manage…
CRM, relationship intelligence, and multi-agent orchestration for AI agents.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with GoHighLevel's complete API including contacts, opportunities, calendars, workflows, communications, and business management tools. Supports both Bearer token and OAuth2 authentication with automatic token management.20 npm8MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with GoHighLevel's CRM, marketing automation, and business management tools via the API v2, with support for contacts, conversations, calendars, opportunities, payments, and workflows.33 npmMIT
- AlicenseAqualityBmaintenanceEnables AI assistants to interact with GoHighLevel CRM via natural language for lead lookup, pipeline management, messaging, and calendar operations, with read-only mode by default.12MIT
- AlicenseCqualityCmaintenanceEnables AI agents to interact with the GoHighLevel (GHL) CRM and marketing automation platform through 576 tools covering contacts, opportunities, conversations, calendars, invoices, payments, campaigns, and other business operations.50015 npmMIT