vision-mcp
vision-mcp
テキストモデルが画像を見る。スクリーンショットをコピーするだけでOK。ファイル保存やゲートウェイ設定は不要。
デフォルトのビジョン: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無料キー:https://console.groq.com/keys
setup は以下を行います:
キーを
%USERPROFILE%\.vision-mcp\config.jsonに書き込む(mcp.json には書き込まない)ローカルに既存の Command Code / Grok / OpenCode / Cursor / Claude に自動接続する
vision-seeスキルをインストールする
その後、対応するエージェントを再起動するか、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)エージェントに伝える:この画像を見て / クリップボードのエラーは何?
エージェントが
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"]
}
}
}キーはこのファイルに書き込まないでください。
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