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.
Generates images using the Flux model based on text prompts. Parameters: prompt (required string), seed (optional integer), aspect_ratio (optional string, default: '1:1'), output_format (optional string, default: 'webp', choices: 'webp', 'jpg', 'png'), num_outputs (optional integer, range: 1-4, default: 1)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!