glm-vision-mcp
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-mcpExtract the data from the chart in screenshot.png and format it as a table."
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 & Skill Server (Node.js 版)
这是一个基于 Node.js 实现的 Model Context Protocol (MCP) 与 AI Custom Skill 双用视觉识别服务器。专为让不支持图像输入的主模型(如 DeepSeek 等)通过调用本工具结合智谱 GLM-4V,来读取和识别本地图片(截图/照片/UI等)中的信息。
🌟 为什么将它作为 Skill 部署?
为了实现**“截图后对 AI 说‘看我截图’,AI 自动抓取剪贴板并进行识别”的极致自动化体验,本项目被设计为直接作为系统 Skill 部署**。这样做可以让您同时获得:
AI 助手的截图识别技能 (Skill):自动抓取剪贴板、存图、触发识别;
标准的 MCP 视觉工具 (MCP Tool):在 Cursor 或 Claude Desktop 聊天中读取任意本地路径的图片。
🤖 AI 助手自动安装说明 (For AI Agents)
如果您是正在帮助用户安装此项目的 AI Agent,请按照以下步骤自动完成安装与配置:
定位并创建技能目录:
在用户主目录下定位并创建文件夹:
~/.agents/skills/glm-vision-js(Windows 上为C:\Users\<用户名>\.agents\skills\glm-vision-js)。
下载与复制代码:
将本项目仓库中的所有文件(包括
index.js,package.json,SKILL.md等)全部克隆/拷贝到上述的~/.agents/skills/glm-vision-js文件夹中。
安装依赖:
进入到该技能目录下,运行终端命令
npm install。
配置 MCP:
读取用户本机的 MCP 配置文件(如 Cursor 的 MCP 设置,或 Windows 上的
%APPDATA%\Claude\claude_desktop_config.json),将本项目的工具配置写入其中,指向技能目录下的index.js(具体配置格式见下文)。
Related MCP server: Screen MCP
1. 手动安装与准备工作
系统要求
Node.js: 需要 v18.0.0 或更高版本。
配置 API Key (ZHIPU_API_KEY) 【安全推荐】
为了防止您的 API Key 泄露(例如随项目代码误提交至 Git 仓库),强烈不建议在任何项目目录中编写 .env 文件。我们仅推荐以下两种安全的配置方式:
方式一(推荐):配置为系统环境变量
ZHIPU_API_KEY;方式二(推荐):在 MCP 客户端配置(如 Cursor/Claude 的配置 JSON)的
env字段中进行注入。
2. 客户端接入 JSON 模板
请在您的 MCP 客户端配置中加入以下内容。注意:请将命令参数中的 <您的用户名> 替换为实际的 Windows 用户名:
{
"mcpServers": {
"glm-vision": {
"command": "node",
"args": [
"C:/Users/<您的用户名>/.agents/skills/glm-vision-js/index.js"
],
"env": {
"ZHIPU_API_KEY": "在此输入您的智谱API_KEY(若已配全局系统环境变量,此env对象可省略)"
}
}
}
}3. 使用方法与示例
服务启动后,您的 AI 助手或客户端即可自动调用本工具:
通过 Skill(自动识别截图): 直接截个图,对支持 Skill 的 Agent 说:“帮我识别一下刚截的图”,AI 将自动执行抓图与识别,整个过程耗时仅需几秒。
通过 MCP(描述本地文件): 在聊天中输入:“帮我提取
D:/workspace/chart.png图表里的所有数据并整理为 Markdown 表格”。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables intelligent image analysis using GLM-4.5V model, specializing in extracting and analyzing code from screenshots with support for file paths and clipboard input.111
- FlicenseAqualityDmaintenanceEnables LLMs to capture screenshots and screen recordings through MCP with chunked session-based transfers for reliable image consumption. Supports multi-monitor selection, timeline capture, and compatibility with both vision and non-vision language models.111
- Flicense-qualityCmaintenanceEnables image recognition using vision models via OpenAI-compatible APIs, supporting multiple platforms like OpenAI, DeepSeek, and Ollama.
- Alicense-qualityCmaintenanceEnables analysis of local images through Kimi (Moonshot AI) vision models via the MCP protocol, supporting features like OCR and long context understanding.11MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Live browser debugging for AI assistants — DOM, console, network via MCP.
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/lanyu-211/glm-version-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server