Loading MCP server directory, please wait...
Generate and manage ComfyUI media through the Model Context Protocol.
npx @getmcp/cli add io.github.EntityAdam/comfyui-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.EntityAdam/comfyui-mcp": {
"command": "ComfyUi.Mcp",
"args": [
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "{comfyui_base_url}"
}
}
}
}