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)