Go-High-Level-MCP-2026-Complete vs time
Side-by-side comparison to help you pick between these two MCP servers.
Go-High-Level-MCP-2026-Complete by BusyBee3333 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 51 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
Go-High-Level-MCP-2026-Complete · Summary
GoHighLevel MCP server with 834 tools across 40+ categories for CRM automation, voice AI, and marketing workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}