Skip to content

minimax-ai/comfyui-studio

v0.2.0-beta.1Apache-2.0

Generic toolkit for driving a local ComfyUI 8188 server: workflow submission, queue monitoring, image download, and reproducible generation patterns. Includes a dependency-free stdio MCP server and four Skills (comfyui-studio + comfyui-workflow + comfyui-character + comfyui-drama) covering 6 preset scenarios (生图 / 模仿 / 改图 / 融合 / 首帧 / 出片).

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

comfyui-studiostdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./server.mjs"
  ],
  "env": {
    "COMFYUI_URL": "http://127.0.0.1:8188"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "comfyui-studio",
  "version": "0.2.0-beta.1",
  "description": "Generic toolkit for driving a local ComfyUI 8188 server: workflow submission, queue monitoring, image download, and reproducible generation patterns. Includes a dependency-free stdio MCP server and four Skills (comfyui-studio + comfyui-workflow + comfyui-character + comfyui-drama) covering 6 preset scenarios (生图 / 模仿 / 改图 / 融合 / 首帧 / 出片).",
  "author": {
    "name": "antianqi",
    "url": "https://github.com/antianqi"
  },
  "license": "Apache-2.0",
  "keywords": [
    "minimax-code",
    "plugin",
    "comfyui",
    "stable-diffusion",
    "image-generation",
    "mcp",
    "workflow",
    "local-inference"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • submit_workflow.py
  • LICENSE
View on GitHub