Replicate Flux
@andylee20014
About Replicate Flux
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"replicate-flux": {
"command": "node",
"args": [
"C:\\Users\\YourUsername\\path\\to\\mcp-replicate-flux\\index.js"
],
"description": "使用Replicate的FLUX模型生成图片并存储到Cloudflare R2的MCP服务器",
"env": {
"REPLICATE_API_TOKEN": "your_replicate_token",
"STORAGE_ENDPOINT": "your_r2_endpoint",
"STORAGE_ACCESS_KEY": "your_r2_access_key",
"STORAGE_SECRET_KEY": "your_r2_secret_key",
"STORAGE_BUCKET": "your_bucket_name",
"STORAGE_DOMAIN": "your_domain"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Replicate Flux?
Replicate Flux is a Model Context Protocol (MCP) server that generates images using Replicate's black-forest-labs/flux-schnell model and stores them in Cloudflare R2. It is designed for developers who need an MCP‑compatible image generation tool that can be integrated into AI systems like Claude Desktop or Cursor.
How to use Replicate Flux?
Install manually or via Smithery, set required environment variables (REPLICATE_API_TOKEN, STORAGE_ENDPOINT, STORAGE_ACCESS_KEY, STORAGE_SECRET_KEY, STORAGE_BUCKET, STORAGE_DOMAIN), then run node index.js. The server exposes a generate-image tool that accepts a prompt (text) and filename (desired filename) and returns an accessible image URL.
Key features of Replicate Flux
- Generates images using Replicate's black-forest-labs/flux-schnell model
- Stores generated images in Cloudflare R2
- Returns publicly accessible image URLs
- Supports custom prompts and filenames
Use cases of Replicate Flux
- Generate AI‑powered images for web or mobile applications
- Store and serve images via Cloudflare R2 for scalable delivery
- Integrate image generation into MCP‑compatible AI clients like Claude or Cursor
FAQ from Replicate Flux
What are the prerequisites to run Replicate Flux?
Node.js v16 or higher, a Replicate API token, and a Cloudflare R2 bucket with credentials (endpoint, access key, secret key, bucket name, domain).
How do I configure environment variables?
Create a .env file with the following variables: REPLICATE_API_TOKEN, STORAGE_ENDPOINT, STORAGE_ACCESS_KEY, STORAGE_SECRET_KEY, STORAGE_BUCKET, and STORAGE_DOMAIN.
How can I test the server?
Run node test.js. The test script generates an image from a sample prompt, uploads it to R2, and prints the accessible URL.
What transports or authentication does Replicate Flux use?
The server communicates via MCP protocol over standard input/output. Authentication uses the Replicate API token for image generation and Cloudflare R2 credentials for storage.
What should I do if image generation or upload fails?
Check your Replicate API token and quota for generation issues. For R2 upload failures, verify your R2 credentials and bucket permissions. If generated images are inaccessible, ensure the bucket has proper CORS configuration.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
Comments