AOAI Dalle3 MCP Server
@jacwu
关于 AOAI Dalle3 MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dalle3": {
"command": "node",
"args": [
"./build/index.js"
],
"env": {
"AZURE_OPENAI_ENDPOINT": "",
"AZURE_OPENAI_API_KEY": "",
"AZURE_OPENAI_DEPLOYMENT_NAME": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AOAI Dalle3 MCP Server?
An Azure OpenAI DALL-E integration server implementing the Model Context Protocol (MCP). It bridges Azure OpenAI's DALL-E 3 image generation capabilities with MCP-compatible clients.
How to use AOAI Dalle3 MCP Server?
Clone the repository, run npm install and npm run build. Set the required environment variables (AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_API_KEY) and optional ones. Configure an MCP client with the node ./build/index.js command and those environment variables. Then invoke the generate_image and download_image tools.
Key features of AOAI Dalle3 MCP Server?
- Generate DALL-E 3 images via MCP tool
- Customizable size: 1024x1024, 1792x1024, 1024x1792
- Quality selection: standard or hd
- Style options: vivid or natural
- Download generated images to local storage
Use cases of AOAI Dalle3 MCP Server?
- Generate custom images from text prompts in MCP clients
- Download generated images to local storage for further use
- Integrate Azure OpenAI DALL-E 3 into AI assistants and workflows
FAQ from AOAI Dalle3 MCP Server
What environment variables are required?
AZURE_OPENAI_ENDPOINT and AZURE_OPENAI_API_KEY are required. AZURE_OPENAI_DEPLOYMENT_NAME and `OPENAI
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论