Skip to main content
Glama

install_custom_node

Install ComfyUI custom node packages by registry ID, git URL, or node name. Uses ComfyUI-Manager API with CLI fallback; restart may be needed.

Instructions

Install a ComfyUI custom node pack by registry id (e.g. 'comfyui-impact-pack'), git URL, or name. Uses the ComfyUI-Manager HTTP API (works against remote instances) and falls back to the cm-cli subprocess when forced. A ComfyUI restart may be required to load newly installed nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRegistry id, git URL, or node-pack name to install.
sourceNoHow to interpret `id` (default 'auto', which detects git URLs vs registry ids).
versionNoVersion to install (e.g. 'latest', 'nightly', or a semver). Registry installs only; defaults to 'latest'.
modeNoComfyUI-Manager data source mode (default 'remote'): 'remote' fetches the live node list, 'local'/'cache' use bundled/cached data.
channelNoComfyUI-Manager channel name (default 'default').
useCmCliNoForce the cm-cli.py subprocess instead of the ComfyUI-Manager HTTP API. Requires a local ComfyUI install (COMFYUI_PATH); errors in remote --comfyui-url mode.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions using the HTTP API (remote) and falling back to cm-cli (local), and notes that a restart may be required. However, it does not disclose potential side effects (e.g., overwrites, conflicts) or error behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences cover purpose, method, and post-install action. No redundant phrases; information is front-loaded and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 6 parameters and no output schema, the description covers core usage but is missing details on error handling, return value, or what happens when installation fails. The mention of restart is helpful but incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that 'id' accepts registry ids, git URLs, or names, and the 'useCmCli' forces subprocess. However, it does not add significant extra meaning beyond the schema's own descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it installs a ComfyUI custom node pack by registry id, git URL, or name. It distinguishes itself from sibling tools like 'update_custom_node' and 'fix_custom_node' by focusing on initial installation rather than updates or fixes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some context (e.g., restart may be required, fallback to cm-cli), but does not explicitly state when to use this tool versus alternatives like 'reinstall_custom_node' or 'fix_custom_node'. The usage guidelines are implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/artokun/comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server