mcp-vn
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-vngenerate an image of a serene mountain landscape at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-vn
MCP server chạy local qua stdio, cung cấp:
introduction— mô tả server và các tool sẵn có.generate_image— sinh ảnh từ prompt qua Azure OpenAI (gpt-image-2).
Cài đặt & build
npm install
npm run buildRelated MCP server: gpt-image-mcp
Biến môi trường
Biến | Bắt buộc | Mô tả |
| có | Endpoint Azure Cognitive Services, vd |
| có | API key Azure |
| không | Tên deployment, mặc định |
| không | Mặc định |
Kết nối từ app khác (Claude Desktop / Claude Code)
Thêm vào MCP config (vd claude_desktop_config.json):
{
"mcpServers": {
"mcp-vn": {
"command": "npx",
"args": ["-y", "github:vntuananhbui/mcp-vn"],
"env": {
"AZURE_OPENAI_ENDPOINT": "https://your-resource.cognitiveservices.azure.com",
"AZURE_OPENAI_API_KEY": "your-api-key"
}
}
}
}npx sẽ tự clone + build repo từ GitHub khi chạy lần đầu.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Qwen Image 3 AI image generation
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server that wraps OpenAI's gpt-image-2 image generation API, enabling image generation from text prompts, listing saved images, and loading images inline.1-
- AlicenseNot gradedqualityCmaintenanceMCP server for AI-powered image generation using OpenAI's gpt-image-1 and gpt-image-2 models with advanced text rendering and native transparency support.20 npm1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for generating and editing images using gpt-image-2. Enables image creation, editing, listing, and retrieval via natural language tools.-
- FlicenseAqualityCmaintenanceA local MCP server that provides OpenAI GPT text generation and image generation over standard input/output.2-