M
Marc Santos
Hi GoHighLevel Support,
I'm using your MCP server (services.leadconnectorhq.com/mcp) to connect my GHL account to Claude. Right now the available tools cover contacts, tags, opportunities, and conversations, but two things I rely on daily in the GHL dashboard aren't exposed through MCP yet:
Contact notes — the Notes API (GET /contacts/{contactId}/notes) that's already part of your REST API.
Call transcripts — I have AI call transcription turned on and can see full transcripts in-app. I'd like the MCP server to expose that transcript data per contact/call, the same way it's already accessible in the GHL UI.
Both of these already exist in your platform — I'm asking specifically for MCP tool coverage so Claude can read them the way it already reads my contacts and conversations.
Is this something on your MCP roadmap, or is there a feature-request channel where I should log it?
Thanks,
Marc Santos
RapidFund Lending
B
Brian McGroarty
having issues with my Claude --> GHL MCP. It was working fine yesterday, and today is a mystery. I've uninstalled and reinstalled. No luck. Claude launches LeadConnector authentication, GHL installation succeeds, but Claude remains stuck in the unfinished connection state. Any ideas on how to fix?
F
Franz Badenhorst
Please give us Multi Subaccount MCP in Claude.... it's a SHLEP to disconnect the connector every time I switch between subaccounts.
J
Joaquin Argandona
A really needed development! should be first on the line
A
Autogen Crm
We've been working on ghlmcp.io, an MCP server built specifically for GoHighLevel. It makes it much easier to manage workflows and other GHL resources using AI. We'd love to hear feedback from other GHL users and developers.
M
Mike Gorski
Adding a field report from my agency setup.
I connected GHL to Claude Desktop (macOS, Electron-based app) via the official MCP endpoint. Auth confirmed, OAuth refreshed, and the GHL REST API is fully operational.
However, the tool manifest consistently fails to load into my active Claude session, meaning zero GHL tools surface despite the connector showing as connected in settings.
Ruled out: Brave Shields (irrelevant on Electron), token expiration (manually refreshed), and API credentials (validated via direct curl calls).
The failure appears isolated to the MCP server's tool manifest delivery layer specifically within Claude Desktop sessions. Would love to connect with anyone on the GHL integrations team who has seen this. I have documented the full diagnostic and am happy to share.
J
Jorge Mastrapa
Same need here — using Claude connected via the official MCP server (services.leadconnectorhq.com/mcp). It works great for reading contacts, conversations, and opportunities, but there's no create-task tool for Contacts (only the read-only Get All Tasks exists), even though the REST API supports POST /contacts/:contactId/tasks. Would love to see this added so AI agents can create follow-up tasks based on conversation analysis, not just read existing ones.
L
Luca Lopalco
This is actually already possible using the API private integration. I used this Github repo using Claude to change it from GPT (how its currently setup) to Claude - https://github.com/mastanley13/GoHighLevel-MCP. In was planning on posting my own public repo about the MCP i created if anyone is interested.