DALL-E MCP Server enables AI assistants to generate images using OpenAI's DALL-E API. It supports creating images with DALL-E 2 or DALL-E 3, editing existing images (DALL-E 2 only), and creating variations of images (DALL-E 2 only). The server is configured with an OpenAI API key and offers flexible options for image generation including model selection, size, quality, style, and custom save locations. Particularly useful for workflows requiring image generation capabilities directly within AI assistant conversations.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Generate an image using DALL-E based on a text prompt. Parameters: prompt (required, string), model (optional, string), size (optional, string), quality (optional, string), style (optional, string), n (optional, integer), saveDir (optional, string), fileName (optional, string)
Edit an existing image using DALL-E based on a text prompt. Parameters: prompt (required, string), imagePath (required, string), mask (optional, string), model (optional, string), size (optional, string), n (optional, integer), saveDir (optional, string), fileName (optional, string)
Create variations of an existing image using DALL-E. Parameters: imagePath (required, string), model (optional, string), size (optional, string), n (optional, integer), saveDir (optional, string), fileName (optional, string)
Validate the OpenAI API key. Parameters: None