Bizura

GoHighLevel MCP Gateway

Bizura

GoHighLevel MCP Gateway

Server Online

Add New Connection

Link a new GoHighLevel Sub-Account/Location using an Access Token or Private Integration Token.

Active Connections

0

No Connections Configured

Add a connection on the left to generate unique remote MCP Server endpoints.

MCP Integration Guides

SSE Connection Endpoint

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:

  1. Go to Cursor Settings > Features > MCP.
  2. Click + Add New MCP Server.
  3. Fill out the form:
    • Name: ghl-acme
    • Type: SSE
    • URL: http://.../sse

Add the following to your claude_desktop_config.json configuration file:

{
  "mcpServers": {
    "ghl-accounting": {
      "url": "http://.../sse",
      "headers": { "Authorization": "Bearer <your-MCP_API_KEY>" }
    }
  }
}