nodes
Search and inspect ComfyUI node classes locally: find by keyword, view schemas, list by filters, trace connections, and map paths between types.
Instructions
Search, inspect, filter, or graph-walk node classes in the LOCAL live catalog.
Wraps the comfy nodes family (object_info, incl. custom nodes).
action:
"search" (default) ->
nodes search <query>: find a class name by keyword. Case-insensitive, word-order-independent token match over name/display/category/description ("ksampler advanced", "image load"); zero hits fall back to close NAMES ("KSampeler" -> KSampler) flaggedclose_match: true— guesses, not matches. Needs comfy-cli 1.14.0+, this server's floor; below it the query was one substring."get" ->
nodes show <name>: one class's full input/output schema."list" ->
nodes ls [--produces/--accepts/--category/--pack/--label]: filtered browse; bare call lists all."upstream"/"downstream" ->
nodes upstream|downstream <name> [--limit N]: what feeds INTO / is fed FROMname."path" ->
nodes path <from_type> <to_type> --max-depth N --max-paths N: chains between two types; depth/paths default 6/10."types" ->
nodes types: connection types by connectivity."categories" ->
nodes categories: the category tree.
query only for "search"; name for "get"/"upstream"/"downstream";
the five list filters only for "list"; limit only for
"upstream"/"downstream"; from_type/to_type/max_depth/max_paths
only for "path" — elsewhere each is rejected.
Freshness: LIVE — read from object_info every call; an outdated
install lists outdated nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| pack | No | ||
| label | No | ||
| limit | No | ||
| query | No | ||
| action | No | search | |
| accepts | No | ||
| to_type | No | ||
| category | No | ||
| produces | No | ||
| from_type | No | ||
| max_depth | No | ||
| max_paths | No |