
DALL-E 3
Generate high-quality images using OpenAI's DALL-E 3 API with customizable size, quality, and style settings. Images are automatically saved locally with descriptive filenames.
Integrates with OpenAI's DALL-E 3 API to generate high-quality images with configurable size, quality, and style parameters, automatically saving results locally with descriptive filenames.
What it does
- Generate images with DALL-E 3
- Configure image size and quality
- Customize image styles
- Save images locally with auto-naming
- Handle multiple image requests
- Manage output directories automatically
Best for
About DALL-E 3
DALL-E 3 is a community-built MCP server published by chrisurf that provides AI assistants with tools and capabilities via the Model Context Protocol. Generate stunning AI images with the DALL-E 3 image generator. Customize size, quality, and style using advanced artific It is categorized under other, ai ml.
How to install
You can install DALL-E 3 in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
DALL-E 3 is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
DALL-E 3 MCP Server
A Model Context Protocol (MCP) server that provides DALL-E 3 image generation capabilities. This server allows LLMs to generate high-quality images using OpenAI's DALL-E 3 model through the standardized MCP interface.
Features
- π¨ High-Quality Image Generation: Uses DALL-E 3 for state-of-the-art image creation
- π§ Flexible Configuration: Support for different sizes, quality levels, and styles
- π Automatic File Management: Handles directory creation and file saving
- π‘οΈ Robust Error Handling: Comprehensive error handling with detailed feedback
- π Detailed Logging: Comprehensive logging for debugging and monitoring
- π TypeScript: Fully typed for better development experience
- π§ͺ Well Tested: Comprehensive test suite with high coverage
Installation
Using NPX (Recommended)
npx imagegen-mcp-d3
Using NPM
npm install -g imagegen-mcp-d3
From Source
git clone https://github.com/chrisurf/imagegen-mcp-d3.git
cd imagegen-mcp-d3
npm install
npm run build
npm start
Prerequisites
- Node.js: Version 18.0.0 or higher
- OpenAI API Key: You need a valid OpenAI API key with DALL-E 3 access
Configuration
Environment Variables
Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY="your-openai-api-key-here"
Or create a .env file in your project root:
OPENAI_API_KEY=your-openai-api-key-here
Usage
With Claude Desktop
Add this server to your Claude Desktop configuration:
{
"mcpServers": {
"imagegen-mcp-d3": {
"command": "npx",
"args": ["imagegen-mcp-d3"],
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here"
}
}
}
}
With Other MCP Clients
The server implements the standard MCP protocol and can be used with any compatible client.
Available Tools
generate_image
Generates an image using DALL-E 3 and saves it to the specified location.
Parameters:
prompt(required): Text description of the image to generateoutput_path(required): Full file path where the image should be savedsize(optional): Image dimensions -"1024x1024","1024x1792", or"1792x1024"(default:"1024x1024")quality(optional): Image quality -"standard"or"hd"(default:"hd")style(optional): Image style -"vivid"or"natural"(default:"vivid")
Example:
{
"name": "generate_image",
"arguments": {
"prompt": "A serene sunset over a mountain lake with pine trees",
"output_path": "/Users/username/Pictures/sunset_lake.png",
"size": "1024x1792",
"quality": "hd",
"style": "natural"
}
}
Response:
The tool returns detailed information about the generated image, including:
- Original and revised prompts
- Image URL
- File save location
- Image specifications
- File size
API Reference
Image Sizes
- Square:
1024x1024- Perfect for social media and general use - Portrait:
1024x1792- Great for mobile wallpapers and vertical displays - Landscape:
1792x1024- Ideal for desktop wallpapers and horizontal displays
Quality Options
- Standard: Faster generation, good quality
- HD: Higher quality with more detail (recommended)
Style Options
- Vivid: More dramatic and artistic interpretations
- Natural: More realistic and natural-looking results
Development
Setup
git clone https://github.com/chrisurf/imagegen-mcp-d3.git
cd imagegen-mcp-d3
npm install
Available Scripts
npm run dev # Run in development mode with hot reload
npm run build # Build for production
npm run start # Start the built server
npm run test # Run tests
npm run test:watch # Run tests in watch mode
npm run test:coverage # Run tests with coverage report
npm run lint # Run ESLint
npm run lint:fix # Fix ESLint issues
npm run format # Format code with Prettier
npm run typecheck # Run TypeScript type checking
Project Structure
src/
βββ index.ts # Main server implementation
βββ types.ts # TypeScript type definitions
βββ __tests__/ # Test files
βββ index.test.ts # Main test suite
Running Tests
# Run all tests
npm test
# Run tests with coverage
npm run test:coverage
# Run tests in watch mode during development
npm run test:watch
Error Handling
The server provides comprehensive error handling for common scenarios:
- Missing API Key: Clear error message when
OPENAI_API_KEYis not set - Invalid Parameters: Validation errors for required and optional parameters
- API Errors: Detailed error messages from the OpenAI API
- File System Errors: Handling of directory creation and file writing issues
- Network Errors: Graceful handling of network connectivity issues
Logging
The server provides detailed logging for monitoring and debugging:
- Request initiation and parameters
- API communication status
- Image generation progress
- File saving confirmation
- Error details and stack traces
Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
Development Workflow
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Add tests for new functionality
- Ensure all tests pass:
npm test - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
CI/CD
This project uses GitHub Actions for continuous integration and deployment:
- Testing: Automated testing on multiple Node.js versions (18, 20, 22)
- Code Quality: ESLint, Prettier, and TypeScript checks
- Security: Dependency vulnerability scanning
- Publishing: Automatic NPM publishing on release
- Coverage: Local code coverage reporting
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: Open an issue for support
Changelog
See CHANGELOG.md for a detailed history of changes.
Related Projects
- Model Context Protocol - The official MCP specification
- MCP TypeScript SDK - TypeScript SDK for MCP
- Claude Desktop - AI assistant that supports MCP servers
Acknowledgments
- OpenAI for the DALL-E 3 API
- Anthropic for the Model Context Protocol specification
- The MCP community for tools and documentation High-performance MCP for generating images using DALLΒ·E 3 β optimized for fast, scalable, and customizable inference workflows.
Alternatives
Related Skills
Browse all skillsCreate professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).