mcp-server-aoai-dalle3
Documentation
Azure OpenAI DALL-E 3 MCP Server
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.
Available Tools
`generate_image`
Generates images using AOAI DALL-E 3 with the following parameters:
- `prompt` (required): Text description of the image to generate
- - `size` (optional): Image dimensions (default: 1024x1024). Available options:
- `1024x1024`
- `1792x1024`
- `1024x1792`
- `quality` (optional): Image quality (default: hd). Available options:
- `standard`
- `hd`
- `style` (optional): Image style (default: natural). Available options:
- `vivid`
- `natural`
`download_image`
Downloads generated images to local storage:
- `imageUrl` (required): URL of the image to download
- `localPath` (required): Local directory path for saving
- `fileName` (required): Name for the downloaded file
Environment Variables
The following environment variables must be set to configure the server:
- `AZURE_OPENAI_ENDPOINT`: The endpoint URL for your Azure OpenAI resource. You can find this in the Azure portal under your OpenAI resource's "Keys and Endpoint" section.
- `AZURE_OPENAI_API_KEY`: The API key for your Azure OpenAI resource. This is also available in the "Keys and Endpoint" section.
- `AZURE_OPENAI_DEPLOYMENT_NAME` (optional, default: "dalle3"): The name of the DALL-E 3 deployment in your Azure OpenAI resource.
- `OPENAI_API_VERSION` (optional, default: "2024-02-15-preview"): The API version to use. Ensure this matches the version supported by your Azure OpenAI resource.
Build
1. Install dependencies:
npm install2. Build the server:
npm run buildMCP Client Configuration
{
"mcpServers": {
"dalle3": {
"command": "node",
"args": [
"path/to/mcp-server-aoai-dalle3/build/index.js"
],
"env": {
"AZURE_OPENAI_ENDPOINT": "",
"AZURE_OPENAI_API_KEY": "",
"AZURE_OPENAI_DEPLOYMENT_NAME": ""
}
}
}
}Frequently asked questions
What is mcp-server-aoai-dalle3?
mcp-server-aoai-dalle3 is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-server-aoai-dalle3?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-aoai-dalle3 open source?
Yes — it is hosted on GitHub at https://github.com/jacwu/mcp-server-aoai-dalle3 and has 3 stars.
Related MCP tools
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP