Skip to main content
Glama

list_extensions

Lists installed ComfyUI custom node extensions to verify available functionality for workflow automation.

Instructions

List loaded ComfyUI extensions.

Returns list of installed extension names (custom node packs). Use this to verify which custom nodes are available (e.g., fal.ai connector).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The @mcp.tool()-decorated handler function that implements the 'list_extensions' tool. It fetches the list of loaded ComfyUI extensions from the '/extensions' API endpoint, logs progress if context provided, and returns error list on failure.
    @mcp.tool() def list_extensions(ctx: Context = None) -> list: """List loaded ComfyUI extensions. Returns list of installed extension names (custom node packs). Use this to verify which custom nodes are available (e.g., fal.ai connector). """ if ctx: ctx.info("Listing extensions...") try: return comfy_get("/extensions") except Exception as e: return [f"Error: {e}"]

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/IO-AtelierTech/comfyui-mcp'

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