Skip to content

comfy-deploy/comfydeploy-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyDeploy MCP Server

ComfyDeploy MCP Server enables AI generation deployments via the Model Context Protocol.

Requirements

  • Node.js v20.0.0 or higher (required for File API support)
  • Bun (for development)

Installation

Global Installation

bunx comfydeploy-mcp

Development Setup

bun install

Usage

Development Mode

bun run dev

Production Build

bun run build
bun run start

MCP Integration

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.

Releases

No releases published

Packages

No packages published