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)