DeepSeek Vision MCP Server
DeepSeek Vision MCP Server
Ein DeepSeek-Vision-MCP-Server, erstellt mit FastMCP, der die drei Bild-Eingabsschnittstellen aus dem offiziellen Vision-Leitfaden für MCP-Clients wie opencode implementiert.
Modell:
deepseek-v4-flash-vision-expAPI: OpenAI-kompatibles Format,
base_url = https://api.deepseek.com
Für die chinesische Dokumentation siehe README.zh.md.
Schnittstellen
Tool | Methode | Beschreibung |
| 1. Base64 Inline | Liest ein lokales Bild und kodiert es in eine Data-URL, die in die Anfrage eingebettet ist; max. 32 MiB pro Bild |
| 2. Externe URL | Übergibt einen öffentlich erreichbaren http(s)-Link, der vom Server heruntergeladen wird; URL ≤ 8192 Zeichen |
| 3. Files-API | Referenziert die |
| Files-API-Hilfsfunktion | Lädt eine lokale Bilddatei hoch ( |
detail-Optionen: low (auf 512×512 verkleinert, schneller und günstiger), high, original, auto.
Related MCP server: Vision MCP Server
Installation
mkdir %HOMEPATH%\mcp\DeepSeek
python -m venv %HOMEPATH%\mcp\DeepSeek\.venv
%HOMEPATH%\mcp\DeepSeek\.venv\Scripts\pip install -r %HOMEPATH%\mcp\DeepSeek\requirements.txtDie Abhängigkeiten sind in requirements.txt festgelegt: fastmcp==3.4.7, openai==3.3.1.
Konfiguration
Füge Folgendes in den Abschnitt mcp von %HOMEPATH%\.config\opencode\opencode.jsonc ein:
"deepseek-vision": {
"type": "local",
"command": ["C:\\Users\\%USERNAME%\\mcp\\DeepSeek\\.venv\\Scripts\\python",
"C:\\Users\\%USERNAME%\\mcp\\DeepSeek\\server.py"],
"enabled": true,
"environment": {
"DEEPSEEK_API_KEY": "<your DeepSeek API key>"
}
}Erhalte deinen API-Schlüssel von der DeepSeek-Plattform.
Verwendungsbeispiele
Nach der Konfiguration kannst du einfach in der Konversation fragen:
"Verwende analyze_local_image, um zu beschreiben, was in D:\pics\screenshot.png zu sehen ist"
"Verwende analyze_image_url, um dir https://example.com/photo.jpg anzusehen und die Szene zu beschreiben"
"Lade zuerst big_photo.png mit upload_image hoch und verwende dann analyze_file_id, um den Text darin zu lesen"
Grenzwert-Spickzettel
Limit | Wert |
Unterstützte Formate | JPEG, PNG, GIF, WebP |
Größe des Anfragekörpers (Inline) | 48 MiB |
Einzelnes Bild (Base64 / Externe URL) | 32 MiB |
Einzelnes Bild (Files-API) | 64 MiB |
Maximale URL-Länge | 8192 Zeichen |
Maximale Anzahl an Bildern pro Anfrage | 600 |
Hinweise:
Bilder dürfen nur in
user-Nachrichten vorkommen; Bilder insystem- oderassistant-Nachrichten führen zu 400.Nur das Vision-Modell akzeptiert Bilder; andere Modelle antworten mit „This model does not support image".
Jedes Bild wird vor der Verarbeitung durch das Modell verkleinert; ein einzelnes Bild verbraucht höchstens ~384 Tokens.
Überprüfung
%HOMEPATH%\mcp\DeepSeek\.venv\Scripts\python %HOMEPATH%\mcp\DeepSeek\server.pyKeine Fehlermeldungen bedeutet, dass der Server im StdIO-Modus problemlos startet (für echte Aufrufe muss DEEPSEEK_API_KEY konfiguriert sein).
This server cannot be installed
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
- AlicenseBqualityBmaintenanceEnables image understanding using Doubao vision models via MCP, supporting local file paths and URLs with customizable prompts.1330MIT
- FlicenseNot gradedqualityDmaintenanceProvides image understanding capabilities for MCP clients (e.g., Claude Code) by analyzing images using vision models from providers like Alibaba Cloud Bailian, OpenAI, or OpenRouter, returning detailed descriptions in Markdown format.1
- FlicenseNot gradedqualityBmaintenanceEnables image analysis using GLM-4V multimodal model, supporting local files and base64 images with optional custom prompts.
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible agents to analyze images via NVIDIA NIM vision models, supporting file paths, URLs, or base64 input to return actionable textual descriptions.17MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu…
Generate images with any major model — one API key, one prepaid balance, one MCP.
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/vibe-token/DeepSeek-Vision-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server