Replicate Flux MCP
@awkoy
About Replicate Flux MCP
MCP for Replicate Flux Model - A powerful tool for generating customized images and SVG assets that match specific coding vibes and aesthetic styles. Streamline your visual asset creation process with AI-powered design generation tailored for developers.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"replicate-flux-mcp": {
"command": "npx",
"args": [
"-y",
"replicate-flux-mcp"
],
"env": {
"REPLICATE_API_TOKEN": "YOUR TOKEN"
}
}
}
}Tools
9Generate an image from a text prompt using Flux Schnell model
Generate multiple images from an array of prompts using Flux Schnell model
Generate multiple variants of the same image from a single prompt
Generate an SVG from a text prompt using Recraft model
Get details of a specific prediction by ID
Create a prediction on Replicate and poll for its completion
Get a list of recent predictions from Replicate
Run any model hosted on Replicate by its 'owner/name[:version]' reference. Call get_model_schema first if you don't know the input shape.
Fetch the OpenAPI input schema and description for a Replicate model so you know what parameters to pass to run_replicate_model.
Overview
What is Replicate Flux MCP?
Replicate Flux MCP is a Model Context Protocol server that enables AI assistants to generate high-quality raster images and vector graphics. It uses Replicate’s black-forest-labs/flux-schnell for images and recraft-ai/recraft-v3-svg for SVGs by default, with the ability to override these models via environment variables or per-tool calls from a built-in allowlist. It is designed for developers integrating image and SVG generation into MCP‑compatible clients.
How to use Replicate Flux MCP?
To use the server, obtain a Replicate API token, then run it with npx -y replicate-flux-mcp while setting the REPLICATE_API_TOKEN environment variable. Integration instructions are provided for Cursor, Claude Desktop, Codex, Smithery, and Glama.ai. After configuration, ask your AI assistant to generate an image or SVG using natural language.
Key features of Replicate Flux MCP
- High-quality image generation with Flux
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments