glm-vision-mcp-server
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., "@glm-vision-mcp-serverConvert this design to HTML: https://example.com/design.png"
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.
GLM-Vision MCP Server
Zhipu AI GLM 视觉模型 MCP Server,支持 GLM-5V-Turbo / GLM-4.6V 等,用于 Claude Code。
特性
🖼️ 支持本地图片文件路径和远程 URL
💬 自定义 prompt,适合 UI 截图→代码、视觉调试等场景
🧠 可选 Thinking 模式(复杂推理)
📏 200K 上下文 / 128K 最大输出
🏆 Design2Code 基准 94.8 分
⚡ 一行 npx 部署,无需手动安装
Related MCP server: GLM Vision Server
快速开始(npx)
Claude Code settings.json 中添加:
{
"mcpServers": {
"glm-5v": {
"command": "npx",
"args": ["-y", "glm-vision-mcp-server"],
"env": {
"ZAI_API_KEY": "your-zai-api-key"
}
}
}
}环境变量
变量 | 必填 | 默认值 | 说明 |
| ✅ | — | Z.AI API Key,去 z.ai 注册获取 |
| 否 |
| 模型名,可换成 |
本地开发
git clone https://github.com/kira4094/glm-vision-mcp-server.git
cd glm-vision-mcp-server
npm install本地路径注册到 Claude Code:
{
"mcpServers": {
"glm-5v": {
"command": "node",
"args": ["E:\\Projects\\Claude\\MCP\\GLM\\glm-vision-mcp-server\\src\\index.js"],
"env": {
"ZAI_API_KEY": "your-key-here"
}
}
}
}工具说明
glm_5v_understand
分析图片的核心工具。
参数 | 必填 | 说明 |
| ✅ | 本地路径 ( |
| ✅ | 对图的指令。越具体越好 |
| 否 | 精度: |
| 否 | 最大输出(默认 4096,最大 128K) |
| 否 | 采样温度(默认 1) |
| 否 | 启用思考模式 |
使用示例
在 Claude Code 中直接问:
分析这张 UI 截图:
C:\screenshot.png,描述它的布局和配色方案
把这张设计稿生成 HTML + Tailwind CSS:
https://example.com/mockup.png
与 Doubao Vision 的对比
GLM-5V-Turbo | Doubao Vision 1.6 | |
API 提供商 | Z.AI (智谱) | 字节跳动 |
上下文 | 200K | 各有千秋 |
Design2Code | 94.8 | — |
价格 | $1.20/M in · $4.00/M out | 见豆包定价 |
特长 | UI→代码、视觉编码 | 通用视觉理解 |
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.
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/kira4094/glm-vision-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server