Odel
Huly MCP

Huly MCP

Local
@dearlordylord51TypeScriptMITUpdated Today

Huly MCP: feature-complete MCP server for Huly integration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@firfi/huly-mcpv0.52.3

Run

npx -y @firfi/huly-mcp

MCP client config

{
  "mcpServers": {
    "huly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@firfi/huly-mcp"
      ]
    }
  }
}