Skip to main content
MultimediaPython/TypeScript

AIDC-AI/Pixelle-MCP

An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for Text, Image, Sound, and Video generation with Chainlit-based web interface.

multimedia-processlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/AIDC-AI/Pixelle-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "pixelle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AIDC-AI/Pixelle-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
Python/TypeScript
Author
AIDC-AI