Replicate Flux MCP
JSON →Generate high-quality images and vector graphics using the Replicate API.
Install
npx -y replicate-flux-mcp Tools · 8
- 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.
Environment variables
REPLICATE_API_TOKENYOUR_TOKEN
Links
★ 104 GitHub stars