comfy-ui-mcp-server

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:

  1. Sync dependencies and update lockfile
  2. Build package distributions
  3. Publish to PyPI