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)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください