MCP Servers / development / Replicate Flux MCP

Replicate Flux MCP

JSON →
stdionone104development

Generate high-quality images and vector graphics using the Replicate API.

Install
How to run this server
[ { "cmd": "npx -y replicate-flux-mcp", "imports": [] } ]
server path: replicate-flux-mcp
Tools
What this server exposes
generate_image
Generates an image based on a text prompt using the Flux Schnell model.
generate_multiple_images
Generates multiple images based on an array of prompts using the Flux Schnell model.
generate_image_variants
Generates multiple variants of the same image from a single prompt.
generate_svg
Generates an SVG vector image based on a text prompt using the Recraft V3 SVG model.
prediction_list
Retrieves a list of your recent predictions from Replicate.
get_prediction
Gets detailed information about a specific prediction.
run_replicate_model
Runs any model hosted on Replicate by its owner/name[:version] reference. Use this as an escape hatch when none of the curated tools fit.
get_model_schema
Fetches the OpenAPI input schema and description for a Replicate model so you can pass the right parameters to run_replicate_model.
Configuration
Environment & auth
authnone
envREPLICATE_API_TOKEN
envYOUR_TOKEN
Resources
Replicate Flux MCP — MCP Server · libregistry