replicate-flux-mcp
1
The Replicate-Flux MCP Server is a TypeScript-based server that facilitates running the Flux AI image generation model on Replicate. It provides easy integration with MCP-compatible applications and allows for customizable image generation parameters.
Replicate-Flux MCP Server
A TypeScript-based MCP server for running the Flux AI image generation model on Replicate.
Features
- Generate images using the black-forest-labs/flux-dev model through Replicate
- Simple integration with any MCP-compatible application (Claude, etc.)
- Customizable image generation parameters
Quick Start
Prerequisites
- Node.js 18+ installed
- Replicate API token from https://replicate.com/account
Installation
- Clone this repository
- Install dependencies
- Create a
.env
file with your Replicate API token - Build the server
Running
- Run the server directly using Node
- Run the server via npx
- Use Docker to build the image and run the container
Client Configuration
Configure MCP clients like Claude for local installation, npx, or Docker usage.