Integrates with Replicate's Flux image generation model, enabling image creation capabilities within conversation interfaces through a simple API token setup and TypeScript implementation available as both an npm module and Docker container.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.REPLICATE_API_TOKEN— "command": "env =YOUR_TOKEN npx",REPLICATE_IMAGE_MODEL_ID— env = { REPLICATE_API_TOKEN = "your-replicate-api-token", = "your-image-model-id", REPLICATE_SVG_MODEL_ID = "your-svg-model-id" }REPLICATE_MODEL_ALLOWLIST— 🧩 Arbitrary Replicate Models — run_replicate_model escape hatch accepts any owner/name[:version] reference, with get_model_schema introspection for the OpenAPI input schema. Optional allowlist via .REPLICATE_SVG_MODEL_ID— env = { REPLICATE_API_TOKEN = "your-replicate-api-token", REPLICATE_IMAGE_MODEL_ID = "your-image-model-id", = "your-svg-model-id" }[](https://m8ven.ai/mcp/replicate-flux-mcp-enw6jw)