Image Generation (Flux)
Summary
Image Generation MCP Server provides a bridge between Claude and the Replicate API, enabling AI assistants to generate images using the Flux model directly within conversations. The server exposes a single tool that processes image generation requests with customizable parameters like prompts, seeds, aspect ratios, and output formats, then handles the asynchronous generation process by polling the Replicate API until completion. Built with TypeScript and running on stdio transport, it's particularly valuable for creative workflows that require image generation capabilities without leaving the conversation interface.
Available Actions(1)
generate_image
Generates images using the Flux model based on text prompts. Parameters: prompt (string, required), seed (optional number), aspect_ratio (optional string, default: '1:1'), output_format (optional string, default: 'webp'), num_outputs (optional number, range: 1-4, default: 1)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论