Overview
Features
Image generation via Flux model
Generates images using the Flux model on Replicate through the image-gen MCP server's generate_image tool.
Replicate Flux model integration
Integrates with the Replicate Flux model and allows selecting the model via the MODEL environment variable (default: black-forest-labs/flux-schnell).
NPX-based quick start
Supports running the server directly from npm with NPX without local installation.
Local installation support
Provides both global and local npm installation options for the image-gen server.
Claude Desktop configuration
Configures Claude Desktop to run the MCP server (image-gen) with NPX-based or Local Installation setups in a dedicated configuration block.
API token authentication
Requires REPLICATE_API_TOKEN to authenticate with the Replicate API.
Configurable runtime options
Exposes disabled and autoApprove parameters to control enablement and tool confirmation behavior.
generate_image tool with flexible parameters
The generate_image tool accepts prompt, seed, aspect_ratio, output_format, and num_outputs to generate images and returns URLs.



