I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server-Aoai-Dalle3
3 years
Works with Finder
1
Github Watches
1
Github Forks
1
Github Stars
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
- Install dependencies:
npm install
- Build the server:
npm run build
MCP Client Configuration
{
"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>"
}
}
}
}
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Reviews

user_kioYYg11
I've been using mcp-server-aoai-dalle3, developed by jacwu, and it's absolutely fantastic! The integration with DALL-E 3 is seamless, providing an incredible AI image generation experience. The documentation on GitHub is clear and helpful, making it easy to get started. Highly recommend checking it out at https://github.com/jacwu/mcp-server-aoai-dalle3. Great job, jacwu!