comfyui-mcp-server
MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host
The ComfyUI MCP Server enables seamless interaction between AI agents and a local ComfyUI instance, facilitating the generation and iterative refinement of multimedia content. Users can easily set up the server, connect clients, and issue tool calls to create diverse assets such as images, audio, and video. The server is designed to be lightweight and efficient, making it accessible for both developers and non-technical users alike. With a simple installation process and a straightforward test client, users can quickly verify the server's functionality. The server supports various AI clients, allowing for flexible integration into existing workflows. By utilizing server defaults and customizable prompts, users can achieve desired results with minimal configuration, making it an ideal solution for those looking to enhance their creative projects.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"comfyui-mcp-server": {
"args": [
"-y",
"@metabrain-labs/comfyui-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions