Replicate Flux MCP
未认领MCP for Replicate Flux Model - A powerful tool for generating customized images and SVG assets that match specific coding vibes and aesthetic styles. Streamline your visual asset creation process with AI-powered design generation tailored for developers.
安装
npx -y replicate-flux-mcp工具(9 个)
generate_image
Generates an image based on a text prompt using the configured image model (allowlist only).
generate_image_variants
Generates multiple variants of the same image from a single prompt using the configured image model (allowlist only).
generate_multiple_images
Generates multiple images based on an array of prompts using the configured image model (allowlist only).
generate_svg
Generates SVG/vector output based on a text prompt using the configured SVG model (allowlist only).
get_model_schema
Fetches the OpenAPI input schema and description for a Replicate model so you can pass the right parameters to runreplicatemodel.
get_prediction
Gets detailed information about a specific prediction.
prediction_list
Retrieves a list of your recent predictions from Replicate.
run_model
Runs a whitelisted Replicate model with a raw input payload (useful for video or restoration models).
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. Call getmodelschema first if you don't know the input shape.