MCP Catalogs
Home

Go-High-Level-MCP-2026-Complete vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

Go-High-Level-MCP-2026-Complete
by BusyBee3333
filesystem
by modelcontextprotocol
Stars★ 51★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsProductivityAI / LLM Tools
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis 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.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

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

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

Go-High-Level-MCP-2026-Complete · Install

Installation

npm install
cp .env.example .env

Set 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-28

Build and run:

npm run build
npm run start:stdio

Claude 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"
      }
    }
  }
}

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.