Labsco
ckz logo

Flux Image MCP Server

โ˜… 2

from ckz

Generate images using Replicate's Flux Schnell model.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MCP server that generates images from text prompts using the Flux Schnell model hosted on Replicate.

What you get โ€”

  • generate_image โ€” turn a text prompt into an image, e.g. {"prompt": "A beautiful sunset over mountains"}, returning the output image URL
  • Status/output/error fields in the JSON response
  • Input validation and comprehensive error handling (missing token, bad params, API/network failures)

Requirements โ€” A Replicate API token (REPLICATE_API_TOKEN) from your Replicate account settings; also the MCP SDK and Node build step.

Cost snapshot โ€” Server is free/MIT, but it fronts Replicate's hosted Flux Schnell โ€” you need a Replicate account and API token, and image generation is billed by Replicate. No prices shown.

Setup effort โ€” Clone, npm install, npm run build, then wire the built index.js into your MCP settings with the token.

Our take โ€” A thin, single-purpose wrapper that's fine if you just want Flux images in an assistant. Real caveat: it does one thing (generate_image) and every call costs Replicate credits, so it's neither free nor feature-rich.

Source: the project README โ€” summarized 2026-07-08.