PluginBench
MCP Server

io.github.northrosetech/ghl-mcp-server MCP Server

io.github.northrosetech/ghl-mcp-server

What is the io.github.northrosetech/ghl-mcp-server MCP server?

GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.

How to install io.github.northrosetech/ghl-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GHL_API_KEY
    required
    secret

    GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.

  • GHL_LOCATION_ID
    required

    GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.

  • GHL_BASE_URL

    GHL API base URL. The default works for all standard installs.

  • GHL_API_VERSION

    Value for the GHL API Version header.

  • TRANSPORT

    Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.

  • LOG_LEVEL

    Log verbosity.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<YOUR_GHL_API_KEY>",
        "GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
        "GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
        "GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
        "TRANSPORT": "<YOUR_TRANSPORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<YOUR_GHL_API_KEY>",
        "GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
        "GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
        "GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
        "TRANSPORT": "<YOUR_TRANSPORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ghl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<YOUR_GHL_API_KEY>",
        "GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
        "GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
        "GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
        "TRANSPORT": "<YOUR_TRANSPORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ghl-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@northrosetech/ghl-mcp-server"
      ],
      "env": {
        "GHL_API_KEY": "<YOUR_GHL_API_KEY>",
        "GHL_LOCATION_ID": "<YOUR_GHL_LOCATION_ID>",
        "GHL_BASE_URL": "<YOUR_GHL_BASE_URL>",
        "GHL_API_VERSION": "<YOUR_GHL_API_VERSION>",
        "TRANSPORT": "<YOUR_TRANSPORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add ghl-mcp-server --env GHL_API_KEY=<YOUR_GHL_API_KEY> --env GHL_LOCATION_ID=<YOUR_GHL_LOCATION_ID> --env GHL_BASE_URL=<YOUR_GHL_BASE_URL> --env GHL_API_VERSION=<YOUR_GHL_API_VERSION> --env TRANSPORT=<YOUR_TRANSPORT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y @northrosetech/ghl-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →