comfy-ui-mcp-server
If you are the rightful owner of comfy-ui-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A server for connecting to a local comfyUI.
The comfy-ui-mcp-server is designed to facilitate connections to a local instance of comfyUI, providing a streamlined interface for managing and interacting with note resources. It implements a custom note storage system, allowing users to create, store, and summarize notes using a unique note:// URI scheme. The server supports adding new notes and generating summaries with varying levels of detail, making it a versatile tool for managing textual information. The server is compatible with different platforms and can be configured for both development and published environments, ensuring flexibility in deployment and usage.
Features
- Custom note: // URI scheme for accessing individual notes.
- Summarize-notes prompt for creating summaries of stored notes.
- Optional 'style' argument for controlling summary detail level.
- add-note tool for adding new notes to the server.
- Notifies clients of resource changes upon note addition.
Tools
add-note
Adds a new note to the server with 'name' and 'content' as required arguments.