Skip to main content
Glama

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 build

Related MCP server: gpt-mcp

Biến môi trường

Biến

Bắt buộc

Mô tả

AZURE_OPENAI_ENDPOINT

Endpoint Azure Cognitive Services, vd https://<resource>.cognitiveservices.azure.com

AZURE_OPENAI_API_KEY

API key Azure

AZURE_OPENAI_IMAGE_DEPLOYMENT

không

Tên deployment, mặc định gpt-image-2

AZURE_OPENAI_API_VERSION

không

Mặc định 2024-02-01

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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