replicate-flux-mcp
by awkoy
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REPLICATE_API_TOKEN | Yes | Your Replicate API token for accessing the Flux Schnell model |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_image | Generate an image from a text prompt using Flux Schnell model |
generate_multiple_images | Generate multiple images from an array of prompts using Flux Schnell model |
generate_image_variants | Generate multiple variants of the same image from a single prompt |
generate_svg | Generate an SVG from a text prompt using Recraft model |
get_prediction | Get details of a specific prediction by ID |
create_prediction | Generate an prediction from a text prompt using Flux Schnell model |
prediction_list | Get a list of recent predictions from Replicate |