Skip to main content
Glama
lehr007-coder

GoHighLevel MCP Server

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 install

Setup

  1. Get your GHL API token from GoHighLevel

  2. Set the environment variable:

export GHL_API_TOKEN="your-api-token-here"
  1. Start the server:

npm start

Usage 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

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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