85
/ 100
10 days ago
pulsemcp

Replicate Flux

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.

awkoy/replicate-flux-mcp· npm: replicate-flux-mcp· 10K installs· listed on pulsemcp
Is this your MCP?

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.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: REPLICATE_API_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 1 credential: REPLICATE_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretREPLICATE_API_TOKEN"command": "env =YOUR_TOKEN npx",
configREPLICATE_IMAGE_MODEL_IDenv = { REPLICATE_API_TOKEN = "your-replicate-api-token", = "your-image-model-id", REPLICATE_SVG_MODEL_ID = "your-svg-model-id" }
configREPLICATE_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 .
configREPLICATE_SVG_MODEL_IDenv = { REPLICATE_API_TOKEN = "your-replicate-api-token", REPLICATE_IMAGE_MODEL_ID = "your-image-model-id", = "your-svg-model-id" }
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/replicate-flux-mcp-enw6jw)](https://m8ven.ai/mcp/replicate-flux-mcp-enw6jw)
commit: 7c44f706d5b0f38a54c5a9d92855b3b192cb4cbe
code hash: f8b9d713458604ad84d47cb32505214fdf578bfe517f9f71a2838839b7e4a842
verified: 7/11/2026, 8:29:42 AM
view raw JSON →
Replicate Flux · M8ven Trust Score | M8ven