Skip to content
Claude Desktop

HAL for Claude Desktop

io.github.deanward/hal

HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

client:Claude Desktop transport:stdio runtime:npm

Install HAL in Claude Desktop

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

{
  "mcpServers": {
    "hal": {
      "command": "npx",
      "args": [
        "-y",
        "hal-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

HAL in other clients