apps_import
Install an app from the public registry into ComfyUI. Fetches the registry bundle, creates a local app, and reports dependencies for manual installation.
Instructions
Install an app from the public registry onto this ComfyUI: fetches the registry bundle (manifest + prompt snapshot [+ workflow unless hidden]) and creates it as a local app via the panel's Apps API. The registry id becomes the local id, so re-importing the same app reports an id conflict (already installed). Deps (models/custom nodes) are NOT installed — report the manifest's deps to the user so they can install them before running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The app's registry slug (recorded in local metadata). | |
| app_id | Yes | The registry app's uuid (from the explore list). | |
| version | No | The registry version (recorded in local metadata). | |
| registry_url | Yes | Registry worker base URL. Must be the default public registry or an origin the operator allowlisted via COMFYUI_MCP_REGISTRY_URLS (the fetch is server-side — open URLs would be SSRF). |