mcp-replicate-flux
7
MCP Replicate FLUX is an MCP server facilitating image generation using the Replicate FLUX model and storing them in Cloudflare R2. It offers features like custom prompts and filenames, with all images accessible through generated URLs.
MCP Replicate FLUX
- A Model Context Protocol (MCP) server using Replicate's FLUX model to generate images.
- Images are stored in Cloudflare R2 and accessible via generated URLs.
- Supports custom prompts and filenames.
Features
- Generate images with Replicate's model.
- Store images in Cloudflare R2.
- Return accessible image URLs.
Prerequisites
- Requires Node.js v16+, Replicate API token, Cloudflare R2 bucket, and npm or yarn.
Installation
- Install via Smithery or manually.
- Smithery command: Install MCP Replicate FLUX for Claude Desktop.
Running Locally
- Start the server with
node index.js
and listen for MCP protocol messages.
Usage
- Provides a
generate-image
tool acceptingprompt
andfilename
.