Go-High-Level-MCP-2026-Complete vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
Go-High-Level-MCP-2026-Complete by BusyBee3333 | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 51 | ★ 149 |
| 30d uses | — | — |
| Score | 48 | 85 |
| Official | — | — |
| Categories | Developer ToolsProductivityAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
Go-High-Level-MCP-2026-Complete · Summary
GoHighLevel MCP server with 834 tools across 40+ categories for CRM automation, voice AI, and marketing workflows.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
Go-High-Level-MCP-2026-Complete · Use cases
- Automate CRM workflows including lead intake, appointment booking, and pipeline management
- Integrate marketing automation with social media, ads management, and reputation monitoring
- Build AI agents for customer service with conversation management and voice AI capabilities
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
Go-High-Level-MCP-2026-Complete · Install
Installation
npm install
cp .env.example .envSet the required environment variables:
GHL_API_KEY=your_private_integration_api_key
GHL_LOCATION_ID=your_location_id
GHL_BASE_URL=https://services.leadconnectorhq.com
GHL_API_VERSION=2021-07-28Build and run:
npm run build
npm run start:stdioClaude Desktop Configuration
Add to Claude Desktop's config.json:
{
"mcpServers": {
"ghl": {
"command": "node",
"args": ["/absolute/path/to/Go-High-Level-MCP-2026-Complete/dist/server.js"],
"env": {
"GHL_API_KEY": "your_private_integration_api_key",
"GHL_LOCATION_ID": "your_location_id",
"GHL_BASE_URL": "https://services.leadconnectorhq.com",
"GHL_API_VERSION": "2021-07-28"
}
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server