Loading languages...
MC

mcp-server-aoai-dalle3

@jacwu1

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.

azure
openai
dalle3
image-generation

# mcpServer Config

{
  "mcpServers": {
    "dalle3": {
      "command": "node",
      "args": [
        "path/to/mcp-server-aoai-dalle3/build/index.js"
      ],
      "env": {
        "AZURE_OPENAI_ENDPOINT": "<endpoint>",
        "AZURE_OPENAI_API_KEY": "<key>",
        "AZURE_OPENAI_DEPLOYMENT_NAME": "<deployment>"
      }
    }
  }
}

# stdio

node path/to/mcp-server-aoai-dalle3/build/index.js
Transport:
stdio
Язык:
TypeScript
Создано:3/26/2025
Обновлено:7/25/2025
Домашняя страница:
https://github.com/jacwu/mcp-server-aoai-dalle3