deepseek-vision-mcp
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., "@deepseek-vision-mcpdescribe this image: /tmp/screenshot.png"
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.
DeepSeek Vision MCP Server
将 DeepSeek 网页版识图(Vision)模式封装为 MCP 工具,解决 DeepSeek 模型无法直接处理图像的问题。
安装
git clone <repo> && cd deepseek-vision-mcp
npm install && npm run buildRelated MCP server: MCP Vision Server
使用
方式一:自动登录(推荐,桌面环境)
无需任何配置,直接启动:
npm start首次启动时自动打开浏览器让您登录 DeepSeek,Token 自动保存到 ~/.deepseek-vision/config.json,后续自动复用。
Token 过期后会自动弹出浏览器重新登录。
方式二:手动配置(服务器环境)
在 .mcp.json 中设置环境变量:
{
"mcpServers": {
"deepseek-vision": {
"command": "node",
"args": ["/path/to/dist/index.js"],
"env": {
"DEEPSEEK_USER_TOKEN": "你的token",
"DEEPSEEK_SMIDV2": "你的smidV2(可选)"
}
}
}
}Token 获取方法:https://chat.deepseek.com → F12 → Application → Local Storage → userToken → JSON.parse(value).value
MCP 工具
recognize_image
参数 | 类型 | 必填 | 说明 |
| string | ✅ | 绝对路径或 data URI。DeepSeek 模型识图必须走本工具;先 |
| string | ❌ | 提问(默认:请详细描述这张图片中的内容) |
模型规则: 当前对话使用 DeepSeek 模型(deepseek-chat、deepseek-reasoner 等)时,分析图片内容必须优先调用 recognize_image,不要让 DeepSeek 直接"看"图。
recognize_image({ image: "/tmp/screenshot.png", prompt: "这张图是什么" })项目结构
src/
├── index.ts # MCP Server 入口 + Skill 自动安装
├── deepseek-client.ts # API 客户端(上传/Fork/PoW/Completion)
├── auth-manager.ts # Puppeteer 自动登录 + Token 管理
├── pow-solver.ts # WASM PoW 求解器
├── types.ts # 类型定义
└── wasm/ # PoW 模块
SKILL.md # Agent Skill 定义启动时自动将 SKILL.md 安装到 ~/.agents/skills/deepseek-vision/SKILL.md。
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
- AlicenseAqualityDmaintenanceEnables image analysis and understanding using Vision Language Models through OpenAI-compatible APIs. Supports analyzing images from URLs or local files with custom prompts.Last updated12MIT
- AlicenseAqualityDmaintenanceProvides advanced image analysis capabilities including object recognition, OCR text extraction, and multi-turn visual dialogues using OpenAI-compatible APIs. It supports both local files and Base64 inputs with additional features for session persistence and web-based configuration management.Last updated3MIT
- Flicense-qualityBmaintenanceEnables LLMs like DeepSeek to understand images by calling external vision models via OpenAI-compatible API. Provides tools to describe images or diagnose connectivity.Last updated
- AlicenseAqualityBmaintenanceBridges a vision model to enable text-only models like DeepSeek to describe images, extract text, and compare images via MCP tools.Last updated5678MIT
Related MCP Connectors
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
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/m77can/deepseek-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server