DALL-E 3
Freemiumby AI Labs
OpenAI's image generation model with strong prompt following.
v1.0.0Added Jan 22, 2025
dalleopenaiimages
DALL-E 3 MCP Server
OpenAI's image generation model with strong prompt following.
Features
- Image generation
- Prompt rewriting
- Styles
- Sizes
- Quality control
Installation
{
"mcpServers": {
"dall-e-3": {
"command": "npx",
"args": ["-y", "mcp-dalle"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-dalle
Add to claude_desktop_config.json
{
"mcpServers": {
"dall-e-3": {
"command": "npx",
"args": ["-y", "mcp-dalle"]
}
}
}