comfy-ui-mcp-server
3
The comfy-ui-mcp-server is a server designed for integrating with a local comfyUI. It features note storage with unique URI schemes, provides note summarization prompts, and includes tools to manage note resources. It supports customization and distribution via PyPI.
comfy-ui-mcp-server MCP server
A server for connecting to a local comfyUI.
Components
Resources
The server implements a simple note storage system with:
- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description and text/plain mimetype
Prompts
The server provides a single prompt:
- summarize-notes: Creates summaries of all stored notes
- Optional "style" argument to control detail level (brief/detailed)
Tools
The server implements one tool:
- add-note: Adds a new note to the server
- Takes "name" and "content" as required string arguments
Development
To prepare the package for distribution:
- Sync dependencies and update lockfile
- Build package distributions
- Publish to PyPI