Skip to content
Cursor

comfyui mcp server for Cursor

io.github.metabrain-labs/comfyui-mcp-server

MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host

client:Cursor transport:stdio runtime:npm

Install comfyui mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "comfyui-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@metabrain-labs/comfyui-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

comfyui mcp server in other clients