Image Generation MCP Server
未认领This MCP server provides image generation capabilities using the Replicate Flux model.
安装
$
npx -y @smithery/cli install @GongRzhe/Image-Generation-MCP-Server --client claude工具(6 个)
aspect_ratio
(optional): Image aspect ratio (default: "1:1")
generate_image
Generates images using the Flux model based on text prompts.
num_outputs
(optional): Number of images to generate (1-4, default: 1)
output_format
(optional): Output format - "webp", "jpg", or "png" (default: "webp")
prompt
(required): Text description of the image to generate
seed
(optional): Random seed for reproducible generation