GoHighLevel Remote MCP Demo
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GoHighLevel Remote MCP DemoShow me my upcoming appointments and recent contacts."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GoHighLevel Remote MCP Demo
A secured, read-only remote MCP proof of concept for one authorized GoHighLevel sub-account. It is a customization of drausal/gohighlevel-mcp, used under its MIT license.
What the demo proves
Remote Streamable HTTP MCP endpoint at
/mcpBearer-token protected client access
Server-side GHL sub-account boundary (
GHL_LOCATION_ID)Read-only CRM tools: contacts, opportunities, conversations, appointments, calendars, and notes
Render-ready health endpoint at
/health
Write, workflow, and cross-account tools are deliberately disabled. This is a safe proof of concept, not a complete multi-tenant production integration.
Related MCP server: HighLevel MCP Server
Deploy on Render
Create a Render Blueprint from this repository;
render.yamlconfigures the free Web Service.In Render, set
GHL_LOCATION_ID,BEARER_TOKEN_BEARERAUTH, andBEARER_TOKEN_BEARERto a demo sub-account's values. Never commit them.Render generates
MCP_API_KEY; save it in a password manager.After deploy, check
https://YOUR-SERVICE.onrender.com/health.
Connect an MCP client to:
https://YOUR-SERVICE.onrender.com/mcp
Authorization: Bearer YOUR_MCP_API_KEYLocal run
cp .env.example .env
pnpm install
pnpm build
pnpm startClient-facing description
I customized, secured, and deployed a remote GoHighLevel MCP proof of concept aligned with your integration requirements. It connects to a demo GHL sub-account and exposes controlled CRM tools through an authenticated MCP endpoint.
License and attribution
This repository retains the upstream MIT license in LICENSE. Do not represent the original upstream project as your own work; describe this repository as a customized deployment.
This server cannot be deployed
Maintenance
Related MCP Connectors
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Read-only MCP for AI usage profiles, leaderboards, stats, and docs; no writes or private data.
41Read-only MCP access to authorized Vocci sessions, notes, files, and memory search.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMulti-account HighLevel CRM MCP server with OAuth integration for managing 30+ sub-accounts through a unified interface.-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage multiple HighLevel CRM sub-accounts through a single OAuth-based MCP server, providing read-only access to contacts, conversations, opportunities, calendars, payments, blogs, emails, and social media.-
- FlicenseNot gradedqualityCmaintenanceA minimal multi-sub-account MCP proxy for GoHighLevel that allows listing configured accounts and making authenticated REST API calls on behalf of any account.-
- AlicenseCqualityBmaintenanceGives MCP-aware AI tools read access to ClassQuill tutoring-business data via a read-only proxy over the ClassQuill public API.5939 npmMIT