Description

Pixelle MCP is a comprehensive image generation and processing server built by AIDC-AI that integrates with ComfyUI workflows to provide text-to-image, image-to-image, and image-to-video generation capabilities through natural language interactions. The implementation features a modular architecture with separate base, server, and client components, supporting both HTTP and WebSocket execution modes for ComfyUI integration, and includes pre-built workflows for popular models like FLUX. Designed for creative workflows and AI-assisted content generation, it enables users to generate high-quality images and videos through conversational commands while providing flexible workflow management and file storage capabilities.

Installation

git clone https://github.com/aidc-ai/pixelle-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "pixelle-comfyui": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}