MCP Image Generator enables AI assistants to create images using Replicate or Together AI's image generation models. Built by GMKR, it provides a tool called 'generate_image' that accepts parameters like prompt, width, height, and number of images to generate. The server can be run locally using stdio or deployed as a Docker container with an SSE endpoint, making it flexible for different integration needs. Configuration requires setting the appropriate provider API keys as environment variables, allowing users to leverage powerful image generation capabilities directly within their AI assistant workflows.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Generates an image based on the provided prompt. Parameters: prompt (string), width (number, optional), height (number, optional), numberOfImages (number, optional)