fm-mcp-comfyui-bridge
Related Servers
Alternatives to fm-mcp-comfyui-bridge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to control a local ComfyUI instance for image generation, allowing workflow understanding, parameter modification, execution, and model discovery.23 npm3Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMCP server that connects local ComfyUI to AI agents, enabling natural language control of ComfyUI for creating workflows, generating images, and managing the queue.-
- AlicenseNot gradedqualityBmaintenanceA lightweight MCP server that bridges AI agents with a local ComfyUI instance, enabling them to generate and iteratively refine images, audio, and video through conversational tool calls.15 npmMIT
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that bridges AI agents with a local ComfyUI instance to generate and iteratively refine images, audio, and video through conversational tool calls.18 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes ComfyUI image and 3D generation as a single tool with smart prompt classification. It enables AI assistants to generate assets directly by selecting and running the appropriate ComfyUI workflow.-
- FlicenseNot gradedqualityCmaintenanceMCP server exposing a local (or LAN) ComfyUI instance's HTTP API as tools, so an LLM client can queue generations, inspect the queue/history, upload reference images, browse installed models/nodes, and pull back generated images.-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: generating an image, retrieving the image binary, retrieving the caption, and retrieving tags. Although three tools share the same parameters, their outputs are completely different, so an agent can easily select the right one.
All tool names follow the same lowercase snake_case verb_noun pattern (generate_picture, get_picture, get_caption, get_tag). This consistent structure makes the tool set predictable and easy to navigate.
With 4 tools, the server is well-scoped for its purpose as a ComfyUI bridge. It covers image generation and retrieval of the generated outputs without unnecessary bloat, fitting comfortably within the ideal range.
The core workflow of generating an image and retrieving its binary, caption, and tags is fully covered. Minor gaps exist, such as no listing or deletion of generated images, but these are not critical for the primary use case.