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
🚀 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,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments