GHL MCP Server
Click on "Install 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., "@GHL MCP ServerAdd new lead: Sarah Johnson, 919-555-0000, sarah@gmail.com, tagged as residential"
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.
GHL MCP Server — No Pressure Power Washing
MCP server that connects Claude.ai to GoHighLevel CRM. Manage contacts, pipelines, and workflows by typing natural language messages in Claude.
Tools Available
Tool | What it does |
| Create a new contact |
| Search by name, email, or phone |
| Get full contact details by ID |
| List all pipelines and stage IDs |
| List all workflow IDs and names |
| Get pipeline opportunities for a contact |
| Move an opportunity to a new stage |
| Trigger a workflow for a contact |
Related MCP server: GoHighLevel MCP Server
Deploy to Railway
Step 1 — Create GitHub repo
Push this folder to a new GitHub repo named nppw-ghl-mcp.
Step 2 — Create Railway project
Go to railway.app and sign in
Click New Project → Deploy from GitHub repo
Connect your GitHub account if prompted
Select the
nppw-ghl-mcprepoClick Deploy Now
Step 3 — Set environment variables
In Railway, go to your service → Variables tab → Add Variable:
Variable | Value |
|
|
|
|
|
|
Railway automatically sets PORT.
Step 4 — Generate a public domain
In Railway, go to your service → Settings → Networking
Click Generate Domain
You'll get a URL like
https://nppw-ghl-mcp.up.railway.app
Step 5 — Connect to Claude.ai
Open claude.ai → Settings → Integrations
Click Add Integration
Enter your Railway URL +
/mcp:https://nppw-ghl-mcp.up.railway.app/mcpName it GHL Manager → Save
That's it. Claude can now manage your GHL account from any device.
Local Development
# Install dependencies
npm install
# Create .env file
echo "GHL_API_KEY=your_key" > .env
echo "GHL_LOCATION_ID=your_location_id" >> .env
echo "TRANSPORT=http" >> .env
# Run in dev mode
npm run dev
# Build
npm run build
npm startExample Usage in Claude.ai
"Add new lead: Sarah Johnson, 919-555-0000, sarah@gmail.com, tagged as residential"
"Find Michael Green and tell me what pipeline stage he's in"
"Move opportunity ID xyz to the Booked stage"
"Trigger the post-job follow-up workflow for contact abc123"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnewby20305/nppw-ghl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server