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 handler function for the 'list_extensions' MCP tool. It lists ComfyUI extensions by querying the '/extensions' endpoint via comfy_get.
    @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