MCP for Replicate Flux Model
Replicate Flux MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Replicate Flux MCP directly instead of describing what you should do. MCP for Replicate Flux Model.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Replicate Flux MCP is connected, these are the calls the assistant has available:
generate_image — Generates an image based on a text 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_image_variants — Generates multiple variants of the same image from a single prompt 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)prediction_list — The prediction_list tool exposed by this serverget_prediction — The get_prediction tool exposed by this serverrun_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. Callget_model_schema — Fetches the OpenAPI input schema and description for a Replicate model so you can pass the right parameters to run_replicate_modelimagelist — Browse your history of generated images created with the configured image modelsvglist — Browse your history of generated SVG outputs created with the configured SVG modelpredictionlist — The predictionlist tool exposed by this serverYou will need 4 environment variables: REPLICATE_API_TOKEN, YOUR_TOKEN, REPLICATE_IMAGE_MODEL_ID, REPLICATE_SVG_MODEL_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Replicate Flux MCP's toolset — generate_image, generate_multiple_images, generate_image_variants and 11 more — is a fair guide to whether it matches your workflow. It is maintained by awkoy; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| generate_image | Generates an image based on a text 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_image_variants | Generates multiple variants of the same image from a single prompt 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). |
| prediction_list | The prediction_list tool exposed by this server. |
| get_prediction | The get_prediction tool exposed by this server. |
| 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 get_model_schema first if you don't know the input shape. |
| 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. |
| imagelist | Browse your history of generated images created with the configured image model. |
| svglist | Browse your history of generated SVG outputs created with the configured SVG model. |
| predictionlist | The predictionlist tool exposed by this server. |
| Testing | This project currently has no automated test suite. Verification is done via: |
| Stack | The Stack tool exposed by this server. |
{
"mcpServers": {
"replicate-flux-mcp": {
"command": "env REPLICATE_API_TOKEN=YOUR_TOKEN npx",
"args": ["-y", "replicate-flux-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| REPLICATE_API_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
| REPLICATE_IMAGE_MODEL_ID | Configuration value read at startup. | Optional |
| REPLICATE_SVG_MODEL_ID | Configuration value read at startup. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.