Add New Connection
Link a new GoHighLevel Sub-Account/Location using an Access Token or Private Integration Token.
Active Connections
0No Connections Configured
Add a connection on the left to generate unique remote MCP Server endpoints.
GoHighLevel MCP Gateway
GoHighLevel MCP Gateway
Link a new GoHighLevel Sub-Account/Location using an Access Token or Private Integration Token.
Add a connection on the left to generate unique remote MCP Server endpoints.
Use this URL when adding a remote SSE Server in Cursor, Claude Desktop, ClickUp, or MetaMCP. Include Authorization: Bearer <MCP_API_KEY> as a header.
http://localhost:3000/sse
To use this connection in Cursor, add an SSE MCP server in settings:
ghl-acmeSSEhttp://.../sseAdd the following to your claude_desktop_config.json configuration file:
{
"mcpServers": {
"ghl-accounting": {
"url": "http://.../sse",
"headers": { "Authorization": "Bearer <your-MCP_API_KEY>" }
}
}
}