ComfyUI
Integrates ComfyUI's stable diffusion interface to enable programmatic image generation through customizable node-based workflows.
4 stars
0 tools
Created Aug 2025
@jonpojonpo/jonpojonpo-comfyui-comfy-ui-mcp-serverAbout
Integrates ComfyUI's stable diffusion interface to enable programmatic image generation through customizable node-based workflows.
Categories
general
Installation
npm
npm install @jonpojonpo/jonpojonpo-comfyui-comfy-ui-mcp-server
Configuration
{
"mcpServers": {
"jonpojonpo-comfyui-comfy-ui-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jonpojonpo/jonpojonpo-comfyui-comfy-ui-mcp-server"
]
}
}
}