Skip to content
Claude Desktop

HQBase for Claude Desktop

io.github.hqbase/hqbase

Connect AI agents to your self-hosted HQBase shared email workspace.

client:Claude Desktop transport:streamable-http

Install HQBase in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hqbase": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{installation_domain}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

HQBase in other clients