Azure OpenAI DALL-E 3 MCP Server
Active
An Azure OpenAI DALL-E 3 integration server implementing the Model Context Protocol (MCP). This server provides a bridge between Azure OpenAI's DALL-E 3 image generation capability and MCP clients.
Updated 8/8/2025
Key Features
What makes this MCP server special
generate_image
download_image
Requirements
npx(?)
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/jacwu
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-
2. Configuration
{
"mcpServers": {
"dalle3": {
"command": "node",
"args": [
"path/to/mcp-server-aoai-dalle3/build/index.js"
],
"env": {
"AZURE_OPENAI_ENDPOINT": "\u003Cendpoint\u003E",
"AZURE_OPENAI_API_KEY": "\u003Ckey\u003E",
"AZURE_OPENAI_DEPLOYMENT_NAME": "\u003Cdeployment\u003E"
}
}
}
}
3. Usage Example
-