All Guides

Connect to Claude

Requirements: Claude Pro, Team, or Enterprise plan. MCP connectors are not available on the free plan.

Claude Web & Desktop

1

Open Connectors Settings

In Claude, click your profile icon and go to Settings → Connectors (or Integrations depending on your version).

2

Add a Remote MCP Server

Click Add Connector or Add MCP Server. Select Remote server and enter the details:

Left Hook Public MCP

URL:
https://mcp.lefthook.com/mcp
Auth:
None

Left Hook Docs MCP

URL:
https://mcp.lefthook.com/docs/mcp
Auth:
None
3

Enable and Use

Toggle the connector on. In any new conversation, Claude will automatically have access to the server's tools. You can ask things like:

  • “Search for ecommerce integration tools”
  • “What platforms does Left Hook support?”
  • “Show me the authentication guide from the docs”
  • “Compare Salesforce and HubSpot integration options”

Claude Code (CLI)

Add the server to your claude_desktop_config.json or project-level .mcp.json:

{
  "mcpServers": {
    "lefthook-catalog": {
      "url": "https://mcp.lefthook.com/mcp"
    },
    "lefthook-docs": {
      "url": "https://mcp.lefthook.com/docs/mcp"
    }
  }
}

No API key or authentication block needed — the servers accept unauthenticated connections.

Troubleshooting

“Connection failed”: Verify the URL is correct and includes the full path (e.g. /mcp not just the domain). The server must be reachable over HTTPS.

Tools not appearing: Try toggling the connector off and on again. Claude caches the tool list on first connection.