Back to MCP Servers
Pixelle
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-processai
By AIDC-AI
Installation
npx -y Pixelle-MCPConfiguration
{
"mcpServers": {
"Pixelle-MCP": {
"command": "npx",
"args": ["-y", "Pixelle-MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes