Loading...
npm install
```{
"mcpServers": {
"replicate-flux-mcp": {
"command": "env REPLICATE_API_TOKEN=YOUR_TOKEN npx",
"args": ["-y", "replicate-flux-mcp"]
}
}
}generate_imageGenerates an image from a text prompt using the Flux Schnell model.
Writes new image files based on user prompts.
generate_multiple_imagesGenerates multiple images from an array of text prompts using the Flux Schnell model.
Writes multiple image files based on user prompts.
generate_image_variantsGenerates multiple variants of an image from a single prompt, exploring different interpretations.
Writes multiple image files based on variations of a user prompt.
generate_svgGenerates an SVG vector image from a text prompt using the Recraft V3 SVG model.
Writes a new SVG file based on user prompt.
prediction_listRetrieves a list of recent prediction metadata from Replicate.
Read-only operation; retrieves prediction metadata.
get_predictionGets detailed information about a specific prediction from Replicate.
Read-only operation; retrieves details about a specific prediction.
This MCP server is relatively safe for generating images and SVGs, but the risk of API key exposure and unexpected image content should be considered. It's safe when used responsibly with a securely stored API key and content filtering mechanisms in place. It's risky if the API key is exposed or if used without content moderation.