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

Installation

npx -y Pixelle-MCP

Configuration

{
  "mcpServers": {
    "Pixelle-MCP": {
      "command": "npx",
      "args": ["-y", "Pixelle-MCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub