ComfyUI MCP for Claude Desktop
io.github.entityadam/comfyui-mcp
Generate and manage ComfyUI media through the Model Context Protocol.
client:Claude Desktop
transport:stdio
runtime:nuget
Install ComfyUI MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--yes"
],
"env": {
"ComfyMcp__BaseUrl": "<ComfyMcp__BaseUrl>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs