Image Generation logo

Image Generation

Free

使用 Replicate Flux 模型提供图像生成能力。

FreeFree tier
Inputs: textOutputs: image
Type
Open Source

About Image Generation

Image Generation MCP Server is an open-source MCP (Model Context Protocol) server that enables AI image generation using the Replicate Flux model. It integrates seamlessly with MCP-compatible clients like Claude Desktop, allowing users to generate images directly from text prompts. The server supports configurable parameters including aspect ratio, output format (webp, jpg, png), random seed for reproducibility, and batch generation of up to 4 images. Installation is straightforward via Smithery, NPX without local setup, or local npm. The repository is archived and no longer actively maintained.

Key Features

Provides a 'generate_image' tool with text-prompt based image generation
Supports configurable aspect ratio (default 1:1)
Multiple output formats: webp, jpg, png (default webp)
Optional seed parameter for reproducible image generation
Batch generation of 1–4 images per request
Easy installation via Smithery, NPX (no local setup), or local npm
Open source and free to use
Integrates with MCP-compatible clients like Claude Desktop

Pros & Cons

Pros
  • Simple setup with NPX or Smithery
  • Flexible output format and aspect ratio options
  • Supports reproducible generation with seed parameter
  • Batch generation (up to 4 images) for efficiency
  • Open source: inspect, modify, and self-host
Cons
  • Requires a Replicate API token (external service and potential costs)
  • Repository archived and no longer maintained (read-only as of March 2026)
  • Default model is Flux only; limited model choice without manual configuration
  • Dependent on Replicate service availability

Best For

Generating visuals for content creation and social mediaPrototyping design concepts and storyboardsIntegrating AI image generation into automated workflowsCreating custom images for presentations or documentation

FAQ

What do I need to use this MCP server?
You need a Replicate API token (free to obtain from replicate.com) and an MCP-compatible client such as Claude Desktop.
How do I install the server?
You can install via Smithery (npx -y @smithery/cli install @GongRzhe/Image-Generation-MCP-Server --client claude), use NPX directly without local installation, or install locally with npm.
What parameters does the generate_image tool support?
It requires a 'prompt' (text description). Optional parameters include 'seed', 'aspect_ratio' (default 1:1), 'output_format' (webp/jpg/png), and 'num_outputs' (1-4, default 1).
Is this project still actively maintained?
No, the repository has been archived by the owner and is in read-only mode, meaning no further updates or bug fixes are expected.