vision-mcp
vision-mcp
纯文本模型看见图。复制截图即可,不用存文件、不用填网关。
默认视觉:Groq 免费 qwen/qwen3.6-27b。
安装
cd D:\workplace\vision
python -m venv .venv
.venv\Scripts\pip install -e .
.venv\Scripts\python -m vision_mcp setup --key gsk_你的key免费 key:https://console.groq.com/keys
setup 会:
把 key 写到
%USERPROFILE%\.vision-mcp\config.json(不写进 mcp.json)自动接入本机已有的 Command Code / Grok / OpenCode / Cursor / Claude
装上
vision-seeskill
然后重启对应 agent,或 Command Code 里 /mcp 重连。
Related MCP server: Vision MCP Server
开关
.venv\Scripts\python -m vision_mcp disable
.venv\Scripts\python -m vision_mcp enable
.venv\Scripts\python -m vision_mcp status不用时 disable。Command Code 也可在会话里 /mcp 断开,不必删配置。
用法
复制截图(
Win+Shift+S)对 agent 说:看这张图 / 剪贴板报错是什么
agent 调
vision_see,默认读剪贴板
[Image 1] 当剪贴板,不当路径。
工具
工具 | 作用 |
| 看图。默认剪贴板,也吃 data URI / base64 / URL / 路径 |
| 查配置和剪贴板有没有图 |
换模型
只在 %USERPROFILE%\.vision-mcp\config.json 里改,或设环境变量。不用动 MCP 配置。
{
"api_key": "gsk_...",
"model": "qwen-vl-max",
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
}手写配置
setup 已经写过就不用再贴。格式和 Command Code 一样:
{
"mcpServers": {
"vision": {
"transport": "stdio",
"enabled": true,
"command": "D:\\workplace\\vision\\.venv\\Scripts\\python.exe",
"args": ["-m", "vision_mcp"]
}
}
}Key 不要写进这个文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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.2
- Flicense-qualityDmaintenanceProvides free and unlimited vision capabilities for AI coding assistants using the Groq API and Meta Llama 4 Vision model. It enables users to perform image analysis, OCR, UI layout description, and error diagnosis directly from screenshots and documents.
- AlicenseBqualityDmaintenanceEnables text-only AI models to understand clipboard images by describing them through a vision model, eliminating manual file saving.1240MIT
- AlicenseAqualityBmaintenanceGives vision-less LLMs the ability to recognize clipboard screenshots and images by proxying to an OpenAI-compatible vision model.1422MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.
Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.
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/hal666/vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server