The comfyui MCP server allows AI agents to generate and refine AI media through ComfyUI. It exposes workflow management, image generation, and model control tools. It connects to local ComfyUI instances. Developers use it to automate image generation and processing tasks.
The comfyui MCP server allows AI agents to generate and refine AI media through ComfyUI. It exposes workflow management, image generation, and model control tools. It connects to local ComfyUI instances. Developers use it to automate image generation and processing tasks.
pip install comfyui-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"joenorton-comfyui-mcp-server-github": {
"command": "uvx",
"args": [
"pip install comfyui-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from comfyui?"
No configuration required. This server works out of the box.
"What resources are available in comfyui?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in comfyui"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in comfyui with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.