MCP Directory

AIDC-AI/Pixelle-MCP

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pixelle-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from AIDC-AI/Pixelle-MCP your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "pixelle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pixelle-mcp"
      ]
    }
  }
}

Route AIDC-AI/Pixelle-MCP intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pixelle-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use AIDC-AI/Pixelle-MCP directly without routing

npx -y pixelle-mcp

New to Agent-CoreX? View setup guide →

AIDC-AI/Pixelle-MCP MCP Server — Agent-CoreX