ComfyUI MCP for Windsurf
io.github.entityadam/comfyui-mcp
Generate and manage ComfyUI media through the Model Context Protocol.
client:Windsurf
transport:stdio
runtime:nuget
Install ComfyUI MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--yes"
],
"env": {
"ComfyMcp__BaseUrl": "<ComfyMcp__BaseUrl>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs