- 🎨 6 generation modalities — image, video, 3D, SVG, audio, and music
- 🔌 30+ providers under one interface
- 💻 Local server — runs on your machine, connects to the Comfy API
- 🔍 Built-in model search with BM25 text search
- 🧩 Drop-in compatible with Claude Desktop, Claude Code, and Amp
Requirements
- Node.js 20+
- pnpm 10
- Comfy API key (starts with
comfyui-) — get one from the Comfy partner dashboard
Installation
packages/mcp/dist/bin.js.
Configuration
Add the server to your MCP client config. The same JSON format works across Claude Desktop, Claude Code, and Amp:
After adding the config, restart your MCP client. You should see 10 tools registered under the
comfy-partner server.
To verify the server starts correctly before wiring it into a client, run it directly — it should print the JSON-RPC handshake and then idle:
Environment Variables
Available Tools
The MCP server exposes 10 tools. After a successful install, your MCP client should show all 10 registered under thecomfy-partner server.
Example Prompts
After installing, try these in your AI assistant:Related
- Comfy Cloud MCP — Hosted MCP server for Comfy Cloud workflow execution
- Comfy Partner Nodes CLI — Use partner nodes from the command line