Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Aoai Dalle3

    3 stars
    TypeScript
    Updated Sep 23, 2025

    Table of Contents

    • Available Tools
    • generate_image
    • download_image
    • Environment Variables
    • Build
    • MCP Client Configuration

    Table of Contents

    • Available Tools
    • generate_image
    • download_image
    • Environment Variables
    • Build
    • MCP Client Configuration

    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:

    bash
    npm install

    2. Build the server:

    bash
    npm run build

    MCP Client Configuration

    json
    {
      "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": ""
          }
        }
      }
    }

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k