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.
Quick Start
Clone the repository:
git clone https://github.com/AIDC-AI/Pixelle-MCPClaude Desktop configuration example:
{
"mcpServers": {
"pixelle-mcp": {
"command": "npx",
"args": [
"-y",
"AIDC-AI/Pixelle-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.