CashClaw GHL MCP
An MCP server for GoHighLevel with 82 live-tested tools, enabling CRM operations like contact management, appointments, invoices, and workflows via natural language.
README
CashClaw GHL MCP
The only GoHighLevel MCP server with independently verified live test coverage.
82 tools. 72/72 live-verified against a real GHL sub-account. 16 bugs found and fixed that exist in every alternative. Runs on Claude Desktop, Cursor, Windsurf, and any MCP-native agent — today.
Why this one
Every other GHL MCP connector has at least one of these problems:
| Problem | Who has it |
|---|---|
| 269 tools registered but most silently fail to load | mastanley13 (168 stars, abandoned) |
| Auto-generated from OpenAPI spec, zero live testing | drausal (only npm package) |
| 461 tools, maintainer unknown, no verified write coverage | BusyBee3333 |
| HTTP-only, incompatible with Claude Desktop | Official GHL MCP |
| Maintainer redirecting users to paid SaaS | mastanley13 |
CashClaw GHL MCP:
- 82 tools — lean by design, every one registers and responds
- 72/72 independent live-test passes against a real GHL sub-account (run
npm testto verify yours) - 16 production bugs found and fixed — bugs that exist in every fork of mastanley13
- stdio transport — works with Claude Desktop out of the box, no HTTP bridge needed
- Actively maintained by a solo GHL operator running it in production daily
The 16 bugs fixed
Every GHL MCP forked from mastanley13 ships these broken:
get_appointments— wrong URL path, always 404delete_appointment— IAM 401, missing required fieldcreate_appointment/update_appointment—appointmentStatusfield rejected by GHLsearch_contacts— sent as GET, GHL requires POSTcreate_contact_task— missing requiredcompletedfieldmove_opportunity_stage— PATCH 404, GHL requires PUT- Custom fields path — 403 on wrong endpoint
- Email templates — wrong endpoint (
/emails/templates→/emails/builder) - Email campaigns — wrong endpoint (
/emails/campaigns→/emails/schedule) - Payments — missing
altId/altTypeparams, returns empty create_invoice— minimal body not accepted, required fields missingsend_invoice— missing userId, silently failsget_contacts/get_opportunities— pagination off-by-one, drops last pageget_form_submissions— wrong page param nameget_social_posts— GET endpoint, GHL requires POSTtrigger_workflow— timestamp format rejected (must be+00:00notZ)
If you're using any other community GHL MCP, all 16 of these are live bugs in your setup right now.
Tools (82 total)
| Module | Tools |
|---|---|
| Contacts | get, create, update, upsert, delete, search, add/remove tags, notes CRUD, tasks CRUD |
| Opportunities | list, get, create, update, delete, move stage, pipeline list, pipeline summary |
| Conversations | list, get, messages, send SMS / email / RVM, create, mark read, update status |
| Calendar | list calendars, CRUD appointments, free slots, blocked slots |
| Workflows | list, get by ID, trigger for contact, remove contact |
| Campaigns | list, add contact, remove contact, fire inbound webhook |
| Forms | list forms, get submissions |
| Funnels | list funnels, list pages |
| Social | list posts, create/schedule post |
| Payments | products, orders, invoices (create/send/record payment), transactions, subscriptions |
| Email Marketing | templates CRUD, campaigns CRUD, campaign stats |
| Location | settings, users, custom fields/values, tags, health snapshot |
| Agency | list sub-accounts, create sub-account |
Setup
1. Get your GHL Private Integration Token
GHL → Settings → Integrations → API Keys → Create Private Integration → All scopes → Copy key.
2. Get your Location ID
It's in the URL when inside a sub-account:
https://app.gohighlevel.com/location/YOUR_LOCATION_ID/...
3. Install
git clone https://github.com/centrender/ghl-mcp.git
cd ghl-mcp
npm install
cp .env.example .env
# Paste your GHL_API_KEY and GHL_LOCATION_ID into .env
4. Verify it works
npm test
72 tool probes fire against your GHL account and report pass/fail. If something is broken in your token scopes, you'll know before you start using it.
5. Connect to Claude Desktop
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ghl-cashclaw": {
"command": "node",
"args": ["/absolute/path/to/ghl-mcp/src/index.js"],
"env": {
"GHL_API_KEY": "pit-your-key-here",
"GHL_LOCATION_ID": "your-location-id-here"
}
}
}
}
Restart Claude Desktop. Tools appear automatically.
Connect to Cursor / Windsurf
Same config format. Refer to your editor's MCP docs for the exact config file location.
Usage examples
"Give me a full snapshot of my GHL account"
"Show me all contacts tagged 'RVM Sent' added this week"
"Move opportunity [ID] to the 'Demo Booked' stage"
"Send a follow-up SMS to all contacts in stage 'Called Back'"
"List all workflows and trigger 'Scout Outreach' for contact [ID]"
"Create a contact: John Smith, 310-555-0101, tag: scout-2026"
"Create an invoice for $497 for contact [ID], due in 7 days, and send it"
"Book an appointment for [contact] tomorrow at 2pm on calendar [ID]"
"Pull revenue summary for this month"
Platform support
| Platform | Support | Notes |
|---|---|---|
| Claude Desktop | Native (stdio) | This repo |
| Claude Code | Native | Same config |
| Cursor | Native | Same config |
| Windsurf | Native | Same config |
| VS Code Copilot | Native | Same config |
| ChatGPT / Gemini | Via HTTP bridge | Needs thin wrapper (not yet included) |
| LangChain / CrewAI / AutoGen | Via MCP client | mcp Python package |
What it costs
This server: $0. Runs on your machine or any VPS.
GHL API calls are included in your GHL subscription. Hosting on Hetzner CX22 (~$4/mo) handles it with room to spare if you want it server-side.
File structure
ghl-mcp/
├── src/
│ ├── index.js ← MCP server entry point
│ └── ghl-client.js ← GHL REST client (429 retry, full CRUD)
├── tools/
│ ├── contacts.js
│ ├── opportunities.js
│ ├── conversations.js
│ ├── calendar.js
│ ├── automation.js ← workflows, campaigns, forms, funnels, social
│ ├── payments.js
│ ├── email-marketing.js
│ └── location.js
├── .env.example
└── package.json
Built by
Faruk Sahin — Centrender LLC
Running this in production at VoxLead Agency for AI receptionist outreach at scale. If it breaks, I fix it — because I'm using it too.
Issues and PRs welcome.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。