replicate-flux-mcp

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

Installation

  1. Clone this repository
  2. Install dependencies
  3. Create a .env file with your Replicate API token
  4. 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.