open-ghl-mcp

An open source Model Context Protocol server for GoHighLevel API v2 with OAuth

GitHub Stars

32

User Rating

Not Rated

Favorites

0

Views

45

Forks

17

Issues

3

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Clone the repository:
bash
git clone https://github.com/basicmachines-co/open-ghl-mcp.git
cd open-ghl-mcp
2Install dependencies:
bash
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
3Start the server:
bash
python -m src.main

Additional Resources