ComfyUI MCP Service
MCP Serverby zjf2671 · Added 5mo ago
Claude
22
Install
git clone https://github.com/zjf2671/hh-mcp-comfyuiAdd to Claude
claude mcp add comfyui-mcp-serviceQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"comfyui-mcp-service": {
"command": "npx",
"args": [
"@modelcontextprotocol/comfyui-mcp-service"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
提供基于模型上下文协议(MCP)的ComfyUI MCP服务器,支持通过API调用本地的ComfyUI实例进行图像生成服务。需要本地运行ComfyUI实例(默认地址为 http://127.0.0.1:8188)。支持动态工作流程提示和尺寸替换。工作流程从通过环境变量COMFYUI_WORKFLOWS_DIR配置的目录加载。
Tags
design-creativemcp-serverapi