mcp-server-aoai-dalle3
1
The Azure OpenAI DALL-E 3 MCP Server enables integration with DALL-E 3 for image generation using the Model Context Protocol (MCP). It supports customizing image parameters and downloading images locally.
Azure OpenAI DALL-E 3 MCP Server
An integration server that connects Azure OpenAI's DALL-E 3 image generation with Model Context Protocol (MCP) clients.
Available Tools
- generate_image: Creates images based on a prompt, with optional size, quality, and style settings.
- download_image: Downloads generated images to a specified local path.
Environment Variables
Configure the server using environment variables such as AZURE_OPENAI_ENDPOINT
, AZURE_OPENAI_API_KEY
, and others.
Build
- Install dependencies using npm
- Build the server with npm.