ComfyDeploy MCP Server enables AI generation deployments via the Model Context Protocol.
- Node.js v20.0.0 or higher (required for File API support)
- Bun (for development)
bunx comfydeploy-mcp
bun install
bun run dev
bun run build
bun run start
Use with MCP clients like Claude Desktop by adding to your configuration:
{
"mcpServers": {
"comfydeploy": {
"command": "bunx",
"args": ["comfydeploy-mcp"]
}
}
}
This project was created using bun init
in bun v1.2.19. Bun is a fast all-in-one JavaScript runtime.