Pixelle MCP is an AIGC solution based on the MCP protocol that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling multimodal AI generation and LLM integration.
Image Gaussian blur processing tool.
Text-to-image generation using Flux Turbo model.
{
"command": "pixelle",
"args": ["--host", "0.0.0.0", "--port", "9004"],
"env": {
"COMFYUI_URL": "http://localhost:8188",
"LLM_PROVIDER": "openai",
"OPENAI_API_KEY": "your-api-key-here"
}
}