vision-mcp
vision-mcp
Sehen Sie Bilder mit einem Textmodell. Einfach einen Screenshot einfügen, keine Dateien speichern, kein Gateway ausfüllen.
Standard-Vision: Groq kostenlos qwen/qwen3.6-27b.
Installation
cd D:\workplace\vision
python -m venv .venv
.venv\Scripts\pip install -e .
.venv\Scripts\python -m vision_mcp setup --key gsk_你的keyKostenloser Schlüssel: https://console.groq.com/keys
setup macht:
Schreibt den Schlüssel in
%USERPROFILE%\.vision-mcp\config.json(nicht in mcp.json)Bindet automatisch vorhandene Command Code / Grok / OpenCode / Cursor / Claude auf Ihrem Rechner ein
Installiert die
vision-see-Fertigkeit
Dann den entsprechenden Agenten neu starten, oder in Command Code mit /mcp erneut verbinden.
Related MCP server: Vision MCP Server
Ein- und Ausschalten
.venv\Scripts\python -m vision_mcp disable
.venv\Scripts\python -m vision_mcp enable
.venv\Scripts\python -m vision_mcp statusBei Nichtgebrauch disable. Command Code kann auch in der Sitzung mit /mcp trennen, ohne die Konfiguration zu löschen.
Verwendung
Screenshot kopieren (
Win+Shift+S)Zum Agenten sagen: Sieh dir dieses Bild an / Welchen Fehler zeigt die Zwischenablage?
Agent ruft
vision_seeauf, liest standardmäßig die Zwischenablage
[Image 1] als Zwischenablage, nicht als Pfad.
Werkzeuge
Werkzeug | Funktion |
| Bild ansehen. Standardmäßig Zwischenablage, akzeptiert auch data URI / base64 / URL / Pfad |
| Konfiguration prüfen und ob die Zwischenablage ein Bild enthält |
Modell wechseln
Nur in %USERPROFILE%\.vision-mcp\config.json ändern oder eine Umgebungsvariable setzen. Die MCP-Konfiguration muss nicht geändert werden.
{
"api_key": "gsk_...",
"model": "qwen-vl-max",
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
}Manuelle Konfiguration
Wenn setup bereits ausgeführt wurde, muss dies nicht erneut eingefügt werden. Das Format ist dasselbe wie bei Command Code:
{
"mcpServers": {
"vision": {
"transport": "stdio",
"enabled": true,
"command": "D:\\workplace\\vision\\.venv\\Scripts\\python.exe",
"args": ["-m", "vision_mcp"]
}
}
}Schlüssel nicht in diese Datei schreiben.
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