1. i_blur
Image Gaussian blur processing tool.
2. t2i_by_flux_turbo
Text-to-image generation using Flux Turbo model.
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.
{
"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"
}
}