Overview
comfy-ui-mcp-server is a server designed for connecting to a local ComfyUI, providing functionalities for note storage and management.
To use the server, you need to configure it as per the installation instructions, which include setting up claude_desktop_config.json for your operating system and running the server commands to manage notes.
- Custom URI scheme for accessing notes via note:// URLs - Summarization of notes with adjustable detail levels - Adding new notes through a dedicated tool
- Storing and organizing personal or collaborative notes.
- Generating concise summaries of previous notes for quick reference.
- Configurable prompt style to adapt summary details based on user preference.
Add to your AI client
Use these steps to connect comfy-ui-mcp-server MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"comfy-ui-mcp-server-jonpojonpo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"comfy-ui-mcp-server-jonpojonpo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"comfy-ui-mcp-server-jonpojonpo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"comfy-ui-mcp-server-jonpojonpo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"comfy-ui-mcp-server-jonpojonpo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"comfy-ui-mcp-server-jonpojonpo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-comfy-ui-mcp-server-jonpojonpo"
]
}
}
}FAQ
What is the note:// URI scheme?
It allows direct access to individual notes stored on the server.
How do I add a new note?
Use the `add-note` tool with the required `name` and `content` parameters.
Can I customize the summarization detail?
Yes, you can control the detail level of the summaries with the optional "style" argument.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":326,"uuid":"66cb7d14-5f14-426a-af5c-9e5e27c4cb28","name":"comfy-ui-mcp-server","title":"comfy-ui-mcp-server MCP server","description":"what it says on the tin","avatar_url":"https://avatars.githubusercontent.com/u/12121858?v=4","created_at":"2024-12-13T13:19:52.007Z","updated_at":"2024-12-13T15:09:08.816Z","status":"created","author_name":"jonpojonpo","author_avatar_url":"https://avatars.githubusercontent.com/u/12121858?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jonpojonpo/comfy-ui-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]