Open Ghl MCP
UnclaimedAn open source Model Context Protocol server for GoHighLevel API v2 with OAuth
Install
claude mcp add ghl -s user -- uv run --directory /absolute/path/to/open-ghl-mcp python -m src.mainUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (26)
add_contact_tags
POST /contacts/{id}/tags
create_contact
POST /contacts
create_opportunity
POST /opportunities
delete_contact
DELETE /contacts/{id}
delete_opportunity
DELETE /opportunities/{id}
get_all_form_submissions
GET /forms/submissions
get_appointments
GET /contacts/{contactId}/appointments
get_calendar
GET /calendars/{id}
get_calendars
GET /calendars/?locationId={id}
get_contact
GET /contacts/{id}
get_conversation
GET /conversations/{id}
get_conversations
GET /conversations/search
get_forms
GET /forms
get_free_slots
GET /calendars/{id}/free-slots
get_messages
GET /conversations/{id}/messages
get_opportunities
GET /opportunities/search
get_opportunity
GET /opportunities/{id}
get_pipelines
GET /opportunities/pipelines
remove_contact_tags
DELETE /contacts/{id}/tags
search_contacts
GET /contacts
send_message
POST /conversations/{id}/messages
update_contact
PUT /contacts/{id}
update_message_status
PUT /conversations/messages/{messageId}/status
update_opportunity
PUT /opportunities/{id}
update_opportunity_status
PUT /opportunities/{id}/status
upload_form_file
POST /forms/upload-custom-files