mimo-vision
Provides image analysis capabilities using Xiaomi's MiMo-V2.5 vision model, allowing AI agents to analyze, compare, and inspect UI images through an OpenAI-compatible 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., "@mimo-visionAnalyze ./screenshots/home.png and suggest fixes"
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.
mimo-vision MCP Server
本地 stdio MCP Server:给 Claude Code(主模型可以是 DeepSeek 等任何模型)提供"视觉眼睛"。 把本地图片交给小米 MiMo-V2.5 图片理解模型分析,返回文本结果供主 Agent 继续工作。
安装位置:
C:\Users\MR\.claude\mcp\mimo-vision视觉模型:
mimo-v2.5(官方 OpenAI-compatible 接口https://api.xiaomimimo.com/v1/chat/completions,直接调用无中间层)安全:只做"读图片 → 调 MiMo API → 返回文本",无文件写入/删除/shell 能力
API Key 运行时从环境变量
MIMO_API_KEY读取,绝不写入源码、配置或日志
配置 MIMO_API_KEY(Windows)
PowerShell 或 CMD 执行:
setx MIMO_API_KEY "你的Key"然后完全退出并重启 Claude Code(MCP 无需重新注册)。
Related MCP server: gimmick-vision-mcp
注册到 Claude Code(user scope,所有项目可用)
claude mcp add -s user mimo-vision -- "C:\Program Files\nodejs\node.exe" "C:\Users\MR\.claude\mcp\mimo-vision\server.js"验证:
claude mcp list # 应显示: mimo-vision ✔ Connected三个 Tool
Tool | 参数 | 用途 |
|
| 分析一张图:布局、排版、间距、配色、视觉问题 |
|
| 一次跨图对比:相同点/差异/布局/排版/间距/颜色/组件/比例/层级 + 对改代码最有价值的信息 |
|
| UI 工程化分析,13 项结构化结果(Layout、尺寸比例、Grid、Spacing、Typography、Colors、边框圆角阴影、组件层级、图片比例、响应式线索、交互线索、差异问题、实现建议),可直接用于写 HTML/CSS/React |
图片路径支持:Windows 绝对路径(含中文/空格/反斜杠)或相对项目根目录的路径。 格式:JPEG/JPG/PNG/WebP/GIF/BMP;单张 Base64 不超过 50MB(超限返回明确错误并提示压缩)。
使用示例(对主 Agent 直接说)
"看一下 ./screenshots/home.png,分析为什么这个页面显得太拥挤。"
"对比 ./current.png 和 ./reference.png,然后修改当前页面使它更接近参考图。"
"检查 ./result.png,看看这次前端修改还有哪些视觉问题。"
"我要复刻 ./design.png 这个页面,先做 UI 分析再写代码。"
自测
cd C:\Users\MR\.claude\mcp\mimo-vision
node test/mcp-client-test.mjs # 14 项基础+失败测试(无需 Key)
node test/mcp-client-test.mjs --real # 再加真实 MiMo 调用(需已设置 MIMO_API_KEY)测试图生成:node test/make-test-images.mjs(纯 Node 零依赖生成 PNG)。
排错
现象 | 处理 |
报错 | 按上文 setx 设置后重启 Claude Code |
报错 | 常见于部分 WebP 编码(如带 ICC profile)MiMo 无法解析:把图片转成 PNG 后重试(可用图片查看器另存为,或 |
报错 | Key 错误或失效,到小米 MiMo 开放平台检查 |
报错 | 限流,稍后重试(服务端已自动重试 2 次) |
报错 | 压缩/缩小图片(单张 Base64 ≤ 50MB) |
报错 | 转成 PNG/JPG 等支持的格式 |
网络错误 | 检查网络/代理;服务端对网络错误自动退避重试 |
卸载
claude mcp remove mimo-vision然后删除目录 C:\Users\MR\.claude\mcp\mimo-vision;如不再使用 MiMo,再执行 setx MIMO_API_KEY ""。
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
- AlicenseAqualityCmaintenanceEnables Claude Code to describe images and extract text using Kimi/Moonshot vision API. Supports local image files with customizable prompts.2MIT
- Alicense-qualityDmaintenanceBridges Claude Code to local OpenAI-compatible vision models, enabling image analysis, comparison, and OCR via three tools.2MIT
- Flicense-qualityCmaintenanceEnables Claude Code to analyze images using multiple visual models (Kimi, OpenAI, etc.) and summarize results with DeepSeek. Supports dynamic switching of visual providers and handles both text and image inputs.1
- Flicense-qualityBmaintenanceAnalyzes images using a vision model and returns detailed Chinese text descriptions, enabling text-only models to understand pictures from screenshots, UI designs, error logs, and architecture diagrams.
Related MCP Connectors
Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu…
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
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/Channel-Carl/mimo-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server