Vision MCP Server
Allows using a local vision model (e.g., minicpm-v) via Ollama as a backup or alternative to the cloud API.
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., "@Vision MCP Serverdescribe my current screen"
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.
Vision MCP Server
截图 + 视觉模型分析 MCP 服务器,支持 Claude Code 等 MCP 客户端。
功能
工具 | 说明 |
| 截图并用视觉模型分析(支持全屏/主屏/指定窗口) |
| 纯截图保存,不分析 |
| 列出当前所有可见窗口标题 |
| 分析一张已有的图片文件 |
Related MCP server: ThinkDrop Vision Service
安装
步骤一:Claude Code 插件安装
claude /plugin install github.com/你的用户名/vision-mcp-server步骤二:手动配置
在 ~/.mcp.json 中添加:
{
"mcpServers": {
"vision": {
"command": "node",
"args": ["路径/server.mjs"],
"env": {
"DASHSCOPE_API_KEY": "你的阿里云百炼 API Key"
}
}
}
}前置要求
Node.js ≥ 18
npm ≥ 9
阿里云百炼 API Key:去 bailian.console.aliyun.com → API Key 创建
Windows:支持(PowerShell + .NET)
可选:Ollama +
minicpm-v:8b(本地模型备用)
配置说明
环境变量 | 必填 | 默认值 | 说明 |
| ✅ | - | 阿里云百炼 API Key |
| ❌ |
| 云端模型名 |
| ❌ |
| 本地备用模型 |
| ❌ |
| 截图保存目录 |
用法示例
"帮我看看浏览器当前页面"
"截一张全屏截图"
"分析这张图片:C:\photo.jpg"
"现在有哪些窗口开着"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-quality-maintenanceEnables LLMs to capture and analyze screenshots of your screen, windows, or regions with smart detection capabilities. Features natural language queries, automatic window targeting, and text enhancement for UI debugging and visual inspection.Last updated2
- Flicense-qualityDmaintenanceProvides screen capture, OCR text extraction, and visual language model scene understanding capabilities with continuous monitoring and automatic memory storage integration.Last updated
- AlicenseDqualityDmaintenanceEnables AI assistants to capture and analyze screenshots using Claude Vision API, providing AI-powered insights about desktop interface content, UI elements, and visual layouts.Last updated2222MIT
- AlicenseAqualityDmaintenanceEnables AI agents to capture and analyze screenshots of macOS applications, windows, or the entire screen using local (Ollama) or cloud-based AI vision models, with non-intrusive, fast screen capture via Apple's ScreenCaptureKit.Last updated362MIT
Related MCP Connectors
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
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/leydidishc280-dotcom/vision-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server