Generates raster images, SVGs, variants, and other Replicate model outputs through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Replicate Flux MCP.
generate_imageGenerates an image based on a text prompt using the configured image model (allowlist only).
generate_multiple_imagesGenerates multiple images based on an array of prompts using the configured image model (allowlist only).
generate_image_variantsGenerates multiple variants of the same image from a single prompt using the configured image model (allowlist only).
generate_svgGenerates SVG/vector output based on a text prompt using the configured SVG model (allowlist only).
prediction_listRetrieves a list of your recent predictions from Replicate.
get_predictionGets detailed information about a specific prediction.
The awkoy/replicate-flux-mcp MCP server connects an MCP-compatible client to Replicate for image and model generation. Its curated image tools use black-forest-labs/flux-schnell by default, while SVG requests use recraft-ai/recraft-v3-svg. Both defaults can be changed through environment variables.
The server supports more than one-shot raster generation. Agents can submit a prompt for one image, submit an array of prompts for batch generation, or request several variants from one prompt. SVG generation is available separately for vector-oriented results such as icons, logos, and diagrams. Prediction tools provide access to recent Replicate runs and details for a selected prediction.
An MCP client starts the server locally through the published npm package and passes the Replicate token through the environment. Tool calls are translated into Replicate API requests. Curated image model overrides are checked against a built-in allowlist, and the SVG tool has its own supported model entry.
For models outside the curated generation workflows, the awkoy/replicate-flux-mcp MCP server provides run_model for allowlisted models and run_replicate_model for a model reference in owner/name[:version] form. The latter can be paired with get_model_schema, which retrieves a Replicate model's OpenAPI input schema and description before an agent constructs the payload. An optional REPLICATE_MODEL_ALLOWLIST can restrict arbitrary model execution.
Generation tools return structured content in addition to human-readable results. Batch and variant calls can send progress notifications when the client supplies a progress token. The repository also describes history resources for image, SVG, and prediction runs, along with prompt templates surfaced by supported clients.
Create a Replicate API token and set REPLICATE_API_TOKEN in the MCP client's server configuration. The README shows the package running with npx -y replicate-flux-mcp, including configurations for Cursor, Claude Desktop, and Codex. Smithery and Glama.ai are also documented as hosted setup options.
REPLICATE_IMAGE_MODEL_ID changes the default raster model, and REPLICATE_SVG_MODEL_ID changes the default SVG model. If these variables are omitted, the Flux Schnell and Recraft V3 SVG defaults apply. Model overrides for curated tools still need to satisfy the relevant allowlist. The Codex example also sets a startup timeout, but that is a client configuration rather than a server environment variable.
generate_image: create one raster image from a prompt.generate_multiple_images: process multiple prompts in one request.generate_image_variants: create multiple versions of one prompt.generate_svg: request vector output from a prompt.prediction_list: retrieve recent predictions for the configured Replicate account.get_prediction: inspect one prediction by identifier.run_model: send raw input to a whitelisted Replicate model, including supported video or restoration use cases.run_replicate_model: run a model by its Replicate owner/name reference.get_model_schema: inspect the input schema needed by a Replicate model.The repository identifies the server as MIT-licensed and documents compatibility with Claude Desktop, Cursor, Cline, Zed, and other spec-compliant MCP clients. Running model predictions requires the user's Replicate credentials and may incur Replicate usage costs.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/awkoy-replicate-flux-mcp)<a href="https://allmcps.com/mcp/awkoy-replicate-flux-mcp"><img src="https://allmcps.com/api/badge/awkoy-replicate-flux-mcp?style=directory" alt="Replicate Flux MCP on AllMCPs" /></a>