Best for
- Developers needing quick visual assets for their projects
- Users who want to generate images directly from Claude Desktop or Cursor
- Scenarios requiring structured output (e.g., JSON) for programmatic use
This server is feature-rich, supporting multiple image generation modes, but depends on the Replicate API which requires a paid token. Setup is straightforward and integrates well with major clients, but lacks automated tests.
Replicate Flux MCP is an advanced Model Context Protocol (MCP) server that empowers AI assistants to generate high-quality images and vector graphics. By default it uses black-forest-labs/flux-schnell for raster images and recraft-ai/recraft-v3-svg for SVG output. You can override the curated image/SVG models through environment variables or per-tool model_id overrides (from built-in allowlists). It supports batch image generation, variant generation, arbitrary Replicate model invocation, structured output, progress notifications, and works with Claude Desktop, Cursor, Cline, Zed, and other MCP-compatible clients.
{
"mcpServers": {
"replicate-flux-mcp": {
"command": "npx",
"args": [
"-y",
"replicate-flux-mcp"
],
"env": {
"REPLICATE_API_TOKEN": "YOUR TOKEN"
}
}
}
}