Odel
ComfyUI MCP Server TypeScript

ComfyUI MCP Server TypeScript

Local
@metabrain-labs9TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@metabrain-labs/comfyui-mcp-serverv1.0.1

Run

npx -y @metabrain-labs/comfyui-mcp-server

MCP client config

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