Azure Dalle MCP Server
@jacwu
关于 Azure Dalle MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure Dalle MCP Server?
Azure Dalle MCP Server is a Model Context Protocol (MCP) server that bridges Azure OpenAI’s DALL‑E 3 image generation capability with MCP clients. It enables AI‑powered image creation and downloading within MCP‑compatible applications.
How to use Azure Dalle MCP Server?
Set the required environment variables (AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_API_KEY, and optionally AZURE_OPENAI_DEPLOYMENT_NAME and OPENAI_API_VERSION), then install dependencies with npm install, build with npm run build, and configure your MCP client with the provided JSON block specifying the path to the built server.
Key features of Azure Dalle MCP Server
- Generates images using Azure OpenAI DALL‑E 3.
- Configurable image size, quality, and style.
- Downloads generated images to local storage.
- Uses MCP protocol for integration with clients.
Use cases of Azure Dalle MCP Server
- Generate custom images from text descriptions within MCP‑enabled tools.
- Automatically download generated images to a specified local directory.
- Control image dimensions (square, landscape, portrait) and style (vivid/natural).
FAQ from Azure Dalle MCP Server
What environment variables are required?
AZURE_OPENAI_ENDPOINT and AZURE_OPENAI_API_KEY are required. AZURE_OPENAI_DEPLOYMENT_NAME (default “dalle3”) and OPENAI_API_VERSION (default “2024‑02‑15‑preview”) are optional.
What image sizes are supported?
Supported sizes are 1024x1024, 1792x1024, and 1024x1792. Default is 1024x1024.
How do I configure an MCP client to use this server?
Add a dalle3 entry under mcpServers in your client’s configuration, specifying node as the command, the path to the built server as args, and the required environment variables.
Can I change the image quality and style?
Yes. The generate_image tool accepts optional quality (standard or hd, default hd) and style (vivid or natural, default natural) parameters.
What build steps are needed?
Run npm install then npm run build in the project directory to compile the server before use.
云与基础设施 分类下的更多 MCP 服务器
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
评论