mcp-vision-server
Provides tools for image understanding, OCR, and image generation through OpenAI-compatible 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., "@mcp-vision-serverextract text from this screenshot"
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.
MCP-Vision
基于 goehou/Visual-Enhancement-mcp(MIT)魔改的 MCP 服务,接入 OpenAI 兼容 API,提供看图、识字、生图。
工具
工具 | 做什么 |
| 通用图片理解 |
| 逐字提取图片文字 |
| 文本生成图片(多张/尺寸/模型覆盖) |
图片传法三选一:imagePath(本地路径)/ imageUrl / imageBase64 + imageMediaType。
Related MCP server: AI Image MCP Server
配置
模型优先级:调用时传 model > 工具专用 > 全局默认。
环境变量 | 说明 | 默认值 |
| 视觉 API 根地址 | 必填 |
| 视觉 Key | 必填 |
| 默认视觉模型 | 必填 |
| analyze 专用模型 | 回退 |
| ocr 备用视觉平台地址 | 回退 |
| ocr 备用视觉 Key | 回退 |
| ocr 备用视觉模型 | 回退 |
| 生图 API 根地址 | 回退 |
| 生图 Key | 回退 |
| 生图模型 | 回退 |
| 视觉超时(毫秒) |
|
| 生图超时(毫秒) |
|
OpenCode 配置:
{
"mcp": {
"vision": {
"type": "local",
"command": ["mcp-vision-server"],
"environment": {
"VISION_API_BASE_URL": "...",
"VISION_API_KEY": "...",
"VISION_MODEL": "...",
"IMAGE_API_BASE_URL": "...",
"IMAGE_API_KEY": "...",
"IMAGE_MODEL": "..."
},
"enabled": true
}
}
}相比原项目
新增
image_generate生图工具(多张/尺寸/模型覆盖,URL 下载加固)新增
VISION_BACKUP_*备用视觉端点新增
VISION_ANALYZE_MODEL工具级模型覆盖加固:仅允许 http/https 下载、base64 大小上限、错误信息截断、多图全返回、空配置可启动
安装
# 方式一:本地克隆后安装
git clone https://github.com/xiaoshengyvlin/MCP-Vision.git
cd MCP-Vision
npm install -g .
# 方式二:tarball 安装
npm pack && npm install -g mcp-vision-server-0.1.4.tgzAI 安装(推荐)
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
- AlicenseAqualityDmaintenanceEnables image analysis and understanding using Vision Language Models through OpenAI-compatible APIs. Supports analyzing images from URLs or local files with custom prompts.Last updated13MIT
- Alicense-qualityDmaintenanceEnables AI-powered image analysis using OpenAI's Vision API and image generation with DALL-E models. Supports image description, content analysis, comparison, editing, and creating variations with intelligent caching.Last updated3MIT
- AlicenseAqualityDmaintenanceProvides advanced image analysis capabilities including object recognition, OCR text extraction, and multi-turn visual dialogues using OpenAI-compatible APIs. It supports both local files and Base64 inputs with additional features for session persistence and web-based configuration management.Last updated3MIT
- AlicenseAqualityCmaintenanceEnables image analysis using any OpenAI-compatible vision API, supporting URLs, local files, or base64 input with custom prompts.Last updated1MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Image, video, audio, face-swap, talking avatars and chat across 300+ AI models, one balance.
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/xiaoshengyvlin/MCP-Vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server