Pixelle Mcp Image Generation

Created By
AIDC-AI9 months ago
Image-generation,include qwen-image,flux,flux-krea
Overview

what is Pixelle MCP?

Pixelle MCP is an open-source multimodal image generation framework that seamlessly integrates ComfyUI with large language models (LLMs) using the Model Context Protocol (MCP). It allows users to convert complex ComfyUI workflows into callable MCP tools without any coding, enabling LLMs to perform various AIGC tasks, including image generation.

how to use Pixelle MCP?

To use Pixelle MCP, configure the MCP call by setting up the server parameters and using the provided API endpoint to generate images. You can utilize tools like qwen-image, flux, and flux-krea for image generation tasks.

key features of Pixelle MCP?

  • Seamless integration of ComfyUI with LLMs for image generation.
  • No-code solution for converting workflows into callable tools.
  • Support for various image generation models like qwen-image and flux.

use cases of Pixelle MCP?

  1. Generating high-quality images from textual descriptions.
  2. Creating artistic images using AI-driven tools.
  3. Facilitating rapid prototyping of image generation applications.

FAQ from Pixelle MCP?

  • Can Pixelle MCP generate images from text?

Yes! Pixelle MCP can generate images based on textual input using integrated models.

  • Is Pixelle MCP free to use?

Yes! Pixelle MCP is open-source and free for everyone to use.

  • What models does Pixelle MCP support?

Pixelle MCP supports various models including qwen-image, flux, and flux-krea for image generation.

Server Config

{
  "mcpServers": {
    "pixelle-mcp-Image-generation": {
      "type": "streamable-http",
      "url": "https://pixelle-mcp-server.onrender.com/mcp",
      "headers": {
        "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0X3VzZXJfaWQiLCJpc3MiOiJtb2RlbHNjb3BlX2N1dCIsImlhdCI6MTc1NjM2OTg3MSwiZXhwIjoxNzU4OTYxODcxLCJhdWQiOiJodHRwczovL3BpeGVsbGUuYWkifQ.VRHREqpFCsxCC74Uz-aPJ4LsBXonKqzaBN1lkgDperS1Ihyyh4HO0a0pghHbcfAqZloM6DNKwWeqZBZbnFmlE67dHkFuBqNALRyB2t7VnOfRMcS6TM_cFsOFE3bVnt-WtaMPhMUOxSZWAHI9Qz6lVLrFCAj5BrwhNLK1iYHkx7v3y0DENjtlEnzw3J20m9uVEq0CThBYfIvHS5gzbvNIhkyiXx2M8FJnQtlX_Kgz1QOk_hrLZn6f-ZVIMbTVWBFkLNpyDnsJH5ynuwlSdPaFYIO0P2ZBIqHZNMYVsvKdPyNJwbn7121-9o0ZMFbyp0-pnGE6qgau993ozzf_GIXOLA"
      }
    }
  }
}
Project Info
Created At
9 months ago
Updated At
9 months ago
Author Name
AIDC-AI
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

20 minutes ago