DALL-E
Summary
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.
Available Actions(4)
generate_image
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_image
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_variation
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_key
Validate the OpenAI API key. No parameters required.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください