What is MCP server providing image generation capabilities using the Replicate Flux model.?
This MCP server provides image generation capabilities using the Replicate Flux model. It can be installed via Smithery or directly from npm. The server allows users to generate images based on text prompts with various configuration options.
Documentation
Image Generation MCP Server
This MCP server provides image generation capabilities using the Replicate Flux model.
Installation# Installing via Smithery
To install Image Generation MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @GongRzhe/Image-Generation-MCP-Server --client claude
Option 1: NPX Method (No Local Setup Required)
You can use the package directly from npm without installing it locally:
Option 2: Local Installation
If you prefer a local installation:
npm install -g @gongrzhe/image-gen-server
# Or local installation
npm install @gongrzhe/image-gen-server
Setup# Configure Claude Desktop
Edit your Claude Desktop configuration file:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Option 1: NPX Configuration (Recommended)
This method runs the server directly from npm without needing local files: