vision-eye
Reuses local Ollama vision models (e.g., Qwen-VL, MiniCPM-V, LLaVA) to provide image description, OCR, table parsing, UI analysis, and region zooming entirely on-device without cloud APIs.
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-eyeextract the text from this image"
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-eye
纯本地视觉插件包:给纯文本大模型(DeepSeek、Qwen 纯文本版等)接上"眼睛"。
MCP server(工具层)+ Claude Agent Skill(触发层)+ 本地视觉模型(推理层)。
零云端 API、零 API key,图片不出本机(仅首次模型下载需联网,支持
HF_ENDPOINT=https://hf-mirror.com 镜像)。
安装
pip install vision-eye # 形态 A:复用本机 Ollama 视觉模型
vision-eye install # 自动检测环境并分级
vision-eye doctor # 诊断后端 / 模型 / 降级历史安装形态
形态 | 条件 | 行为 |
A | Ollama 已有视觉模型(qwen*vl / minicpm-v / llava 等,模糊匹配) | 复用,不下载 |
B-GPU | CUDA 可用且显存 ≥ 8GB | Qwen2.5-VL-3B int4 + SmolVLM-500M 兜底 |
B-CPU | 无 GPU / 显存或磁盘不足 | 仅 SmolVLM-500M |
Related MCP server: Vision MCP Server
MCP 注册(Claude Code)
claude mcp add vision-eye -- vision-eye serve工具
工具 | 功能 |
describe_image | 通用描述(focus 可选) |
extract_text | OCR,保留布局 |
parse_table | 表格转 markdown |
analyze_ui | 截图元素识别与报错诊断 |
zoom_region | 放大局部细看 (x, y, w, h) |
返回 < 500 token,超长截断并提示用 zoom_region
压缩到最长边 2048px;MD5(压缩后字节+prompt) 缓存于
~/.vision-eye/cache/三级降级链自动兜底,降级结果带
[precision: low]标记(复杂图表结论需谨慎)降级日志:
~/.vision-eye/logs/,vision-eye doctor查看
CLI
vision-eye install / doctor / serve / daemon / cache cleardaemon 常驻模式预加载模型,提供 streamable HTTP(默认 127.0.0.1:8765)。
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 Connectors
Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.
E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables text-only LLMs to analyze images by routing them to an OpenAI-compatible vision backend, supporting local files, URLs, and data URLs.26MIT
- AlicenseAqualityDmaintenanceEnables AI agents to analyze images, extract text, compare images, and analyze video through any OpenAI-compatible vision model.411920MIT
- AlicenseNot gradedqualityCmaintenanceEnables text-only LLMs to understand images by converting them into text descriptions, supporting multiple vision backends like cloud APIs, local models, and OCR engines.1MIT
- AlicenseNot gradedqualityAmaintenanceProvides local image understanding for text-only LLMs with tools for image analysis, OCR, object detection, and cropping, all processed on-device.2MIT
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/ergou-yu/vision-eye'
If you have feedback or need assistance with the MCP directory API, please join our Discord server