mcp-vn
Click on "Install 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-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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server that wraps OpenAI's image generation and editing APIs, enabling text-to-image and image-to-image operations via tools.20138ISC
- Alicense-qualityCmaintenanceA local MCP server that enables Claude to generate images using the OpenAI API.8MIT
- Flicense-qualityCmaintenanceMCP 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
- Alicense-qualityCmaintenanceMCP 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.1411MIT
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
MCP server for OpenAI Sora AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vntuananhbui/mcp-vn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server