Vision OCR 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., "@Vision OCR MCPOCR my clipboard 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 OCR MCP
本地 RapidOCR(rapidocr + ONNX Runtime,默认免费)+ 通义千问 Qwen-VL(summarize / both)。
能力
mode | 说明 |
| 本地 OCR,中英截图/报错 |
| 通义千问视觉总结(需 API Key) |
| OCR 原文 + 千问总结 |
输入:path 本地路径,或 from_clipboard=true 剪贴板图片。不落盘,结果直接返回给 Agent。
Related MCP server: ollama-vision-mcp
安装
cd d:\code\cuosor\skills+mcp\vision-ocr-mcp
python -m pip install -e .
copy .env.example .env
# 编辑 .env,填入 DASHSCOPE_API_KEY(仅 summarize/both 需要)接入 Cursor
编辑用户 MCP 配置(常见路径):%USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vision-ocr": {
"command": "D:\\Anaconda3-new\\python.exe",
"args": ["-m", "vision_ocr_mcp"],
"cwd": "d:\\code\\cuosor\\skills+mcp\\vision-ocr-mcp",
"env": {
"DASHSCOPE_API_KEY": "sk-你的密钥",
"QWEN_VL_MODEL": "qwen-vl-plus",
"PYTHONPATH": "d:\\code\\cuosor\\skills+mcp\\vision-ocr-mcp\\src"
}
}
}
}若已 pip install -e .,可去掉 PYTHONPATH,command 用安装了该包的同一个 Python。
改完后重启 Cursor / 重载 MCP。对话里可说:
「用 vision-ocr 读这张图
D:\xxx.png」「从剪贴板 OCR」
「用 summarize 总结这张架构图」
费用
OCR:本地,免费
千问:按 Token;新用户常有免费额度,见阿里云百炼控制台
云端高精度 OCR 未接入,可后续再加。
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
- 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/wbwbwb123/mcp-visoin-ocr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server