comfydeploy-mcp
v1.0.4
Published
ComfyDeploy MCP Server - AI generation deployments via Model Context Protocol
Downloads
6
Maintainers
Readme
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-mcpDevelopment Setup
bun installUsage
Development Mode
bun run devProduction Build
bun run build
bun run startMCP 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.
