DALL-E MCP Server
by oybekdevuz
An MCP server for generating images using OpenAI's DALL-E API. It allows for image generation, editing, and creating variations of existing images.
Last updated: N/A
What is DALL-E MCP Server?
This is an MCP (Model Context Protocol) server that provides an interface to OpenAI's DALL-E API for generating, editing, and creating variations of images.
How to use DALL-E MCP Server?
First, clone the repository and install the dependencies using npm install
. Then, build the project with npm run build
and run the server using npm start
. Configure your OpenAI API key. Use the available tools (generate_image, edit_image, create_variation) by sending JSON payloads with the required parameters to the server.
Key features of DALL-E MCP Server
Generate images using DALL-E 2 or DALL-E 3
Edit existing images (DALL-E 2 only)
Create variations of existing images (DALL-E 2 only)
Validate OpenAI API key
Use cases of DALL-E MCP Server
Generating images from text prompts
Editing existing images based on text prompts
Creating variations of existing images
Integrating DALL-E functionality into other applications via MCP
FAQ from DALL-E MCP Server
What is the default DALL-E model used for image generation?
What is the default DALL-E model used for image generation?
The default model is DALL-E 3.
Can I use this server with Cline?
Can I use this server with Cline?
Yes, it is recommended to set the saveDir
parameter to your current workspace directory when using this server with Cline.
What image sizes are supported?
What image sizes are supported?
DALL-E 3 supports sizes "1024x1024", "1792x1024", or "1024x1792". DALL-E 2 supports "256x256", or "1024x1024".
Is an OpenAI API Key required?
Is an OpenAI API Key required?
Yes, an OpenAI API key is required to use this server.
What should I do if the edit_image tool isn't working?
What should I do if the edit_image tool isn't working?
If you experience issues with the edit_image
tool, try using the create_variation
tool instead, which seems to work more reliably.