comfy-ui-mcp-server MCP server
@jonpojonpo
About comfy-ui-mcp-server MCP server
what it says on the tin
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"comfy-ui-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is comfy-ui-mcp-server?
A server for connecting to a local ComfyUI. It implements a simple note storage system with resources, prompts, and tools for managing notes.
How to use comfy-ui-mcp-server?
Install with uv or uvx. Configure the MCP server in the Claude Desktop config file (claude_desktop_config.json). Invoke with "comfy-ui-mcp-server" as the command. Use the "add-note" tool to add notes, and the "summarize-notes" prompt to create summaries with an optional style argument.
Key features of comfy-ui-mcp-server
- Custom
note://URI scheme for accessing individual notes - Summarize-notes prompt with optional style argument (brief/detailed)
- Add-note tool accepting name and content as required strings
- Notifies clients of resource changes after adding notes
- Published as a Python package on PyPI via
uv publish
Use cases of comfy-ui-mcp-server
- Storing and retrieving notes for a local ComfyUI workflow
- Generating summaries of all stored notes with adjustable detail level
- Adding new notes programmatically through the MCP tool interface
FAQ from comfy-ui-mcp-server
What does this server do?
It connects to a local ComfyUI and provides a note storage system with resources, a summarize-notes prompt, and an add-note tool.
How do I install it for Claude Desktop?
Add the MCP server configuration to claude_desktop_config.json. For published servers, use uvx comfy-ui-mcp-server. For local development, use uv with the directory path.
What transport does it use?
MCP servers run over stdio, so debugging is done via the MCP Inspector.
How do I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run comfy-ui-mcp-server.
How do I build and publish the server?
Run uv sync to sync dependencies, uv build to create distributions, then uv publish to upload to PyPI. Set PyPI credentials via token or username/password.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments