{
  "name": "comfyui-mcp",
  "version": "0.24.5",
  "mcpName": "io.github.artokun/comfyui-mcp",
  "description": "Local-first, agent-native control plane for ComfyUI Ã¢â‚¬â€ MCP server + autonomous sidebar agent that drives your live graph in natural language on ANY LLM: Claude/ChatGPT/Gemini on your subscription (no API key), free local models via Ollama (fully offline), or any hosted model via an OpenAI-compatible endpoint (DeepSeek, GLM, MiMo, OpenRouter). Generate images, video & audio, author and run workflows, manage models and custom nodes; a compact tool-router mode keeps even 4B models effective, and a built-in LLM Arena benchmarks them on real ComfyUI tasks. Also a Claude Code plugin with skills, slash commands, and installer packs. Local, LAN, VPS, or Comfy Cloud.",
  "homepage": "https://comfyui-mcp.artokun.io/docs",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "comfyui-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "plugin",
    "packs",
    "scripts",
    "model-settings.json",
    "model-settings.user.jsonc.example"
  ],
  "scripts": {
    "sync-agents": "node scripts/sync-agents.mjs",
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "dev:agent-poc": "tsx src/experimental/run.ts",
    "start": "node dist/index.js",
    "test": "vitest run --passWithNoTests",
    "smoke": "npm run build && node scripts/smoke-install.mjs",
    "test:watch": "vitest",
    "test:integration": "cross-env COMFYUI_INTEGRATION=true vitest run",
    "test:agent": "npm run build && node scripts/test-agent.mjs",
    "test:local-llm": "npm run build && node scripts/test-local-llm.mjs",
    "arena": "npm run build && node scripts/llm-arena.mjs",
    "smoke:panel": "npm run build && node scripts/panel-smoke.mjs",
    "lint": "tsc --noEmit",
    "docs:gen": "cross-env COMFYUI_URL=http://127.0.0.1:8188 tsx scripts/gen-tool-docs.ts",
    "runpod:release": "node scripts/runpod-release.mjs",
    "packs:gen": "node scripts/gen-pack-installers.mjs",
    "packs:validate": "node scripts/validate-manifests.mjs",
    "packs:test": "bash scripts/test-packs.sh",
    "packs:check-urls": "node scripts/check-model-urls.mjs",
    "packs:check-models": "node scripts/check-pack-models.mjs",
    "packs:verify-render": "node scripts/verify-render.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "generations:stats": "node scripts/generation-stats.mjs",
    "release": "npm version patch && git push --follow-tags",
    "release:minor": "npm version minor && git push --follow-tags",
    "release:major": "npm version major && git push --follow-tags"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@stable-canvas/comfyui-client": "^1.5.9",
    "better-sqlite3": "^12.6.2",
    "dotenv": "^16.4.7",
    "sharp": "^0.34.5",
    "ws": "^8.21.0",
    "yaml": "^2.9.0",
    "zod": "^4.0.0"
  },
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.197",
    "@openai/codex": "~0.141.0",
    "@ai-sdk/anthropic": "^3.0.79",
    "@ai-sdk/google": "^3.0.79",
    "@ai-sdk/openai": "^3.0.65",
    "@aws-sdk/client-s3": "^3.1053.0",
    "@azure/storage-blob": "^12.31.0",
    "ai": "^6.0.191",
    "cloudflared": "^0.7.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.13.4",
    "@types/ws": "^8.18.1",
    "cross-env": "^10.1.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "^4.1.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/artokun/comfyui-mcp.git"
  },
  "keywords": [
    "comfyui",
    "mcp",
    "mcp-server",
    "comfyui-mcp",
    "comfyui-mcp-server",
    "local-first",
    "model-context-protocol",
    "comfyui-ai-agent",
    "comfyui-agent",
    "comfyui-copilot",
    "comfyui-assistant",
    "comfyui-claude",
    "comfyui-chatgpt",
    "autonomous-agent",
    "natural-language-workflow",
    "claude-code",
    "claude-plugin",
    "claude-skills",
    "agent-skills",
    "chatgpt",
    "gpt-5",
    "codex",
    "cursor",
    "stable-diffusion",
    "image-generation",
    "video-generation",
    "text-to-image",
    "flux",
    "wan",
    "qwen",
    "z-image",
    "ltx-video",
    "ai-agent",
    "comfyui-extension",
    "workflow-automation"
  ],
  "author": "artokun",
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "better-sqlite3",
      "sharp"
    ]
  }
}
