Skip to main content
Glama
vibe-token

DeepSeek Vision MCP Server

by vibe-token

DeepSeek Vision MCP Server

FastMCP로 구축된 DeepSeek 비전 MCP 서버로, opencode 같은 MCP 클라이언트를 위해 공식 비전 가이드의 세 가지 이미지 입력 인터페이스를 구현합니다.

  • 모델: deepseek-v4-flash-vision-exp

  • API: OpenAI 호환 형식, base_url = https://api.deepseek.com

중국어 문서는 README.zh.md를 참조하세요.

인터페이스

도구

방식

설명

analyze_local_image(image_path, prompt, detail)

1. Base64 인라인

로컬 이미지를 읽어 요청에 포함된 data URL로 인코딩합니다. 이미지당 최대 32MiB

analyze_image_url(image_url, prompt, detail)

2. 외부 URL

서버가 다운로드한 공개 http(s) 링크를 전달합니다. URL ≤ 8192자

analyze_file_id(file_id, prompt)

3. Files API

업로드된 파일의 file_id를 참조합니다. 이미지당 최대 64MiB, 요청 간 재사용 가능

upload_image(image_path)

Files API 도우미

로컬 이미지를 업로드하고(purpose=user_data) file-api-... file_id를 반환합니다.

detail 옵션: low(512×512로 크기 조정, 더 빠르고 저렴), high, original, auto.

Related MCP server: Vision MCP Server

설치

mkdir %HOMEPATH%\mcp\DeepSeek
python -m venv %HOMEPATH%\mcp\DeepSeek\.venv
%HOMEPATH%\mcp\DeepSeek\.venv\Scripts\pip install -r %HOMEPATH%\mcp\DeepSeek\requirements.txt

종속성은 requirements.txt에 고정되어 있습니다: fastmcp==3.4.7, openai==3.3.1.

구성

%HOMEPATH%\.config\opencode\opencode.jsoncmcp 섹션에 다음을 추가하세요:

"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>"
  }
}

API 키는 DeepSeek Platform에서 받으세요.

사용 예시

구성이 완료되면 대화에서 간단히 요청하면 됩니다:

  • "analyze_local_image를 사용해 D:\pics\screenshot.png에 무엇이 있는지 설명해 줘"

  • "analyze_image_url을 사용해 https://example.com/photo.jpg를 보고 장면을 설명해 줘"

  • "먼저 upload_image로 big_photo.png를 업로드한 다음, analyze_file_id를 사용해 그 안의 텍스트를 읽어 줘"

제한 치트 시트

제한

지원 형식

JPEG, PNG, GIF, WebP

요청 본문 크기(인라인)

48 MiB

단일 이미지(base64 / 외부 URL)

32 MiB

단일 이미지(Files API)

64 MiB

외부 URL 길이

8192자

요청당 최대 이미지 수

600

참고:

  • 이미지는 user 메시지에만 포함할 수 있습니다. system / assistant 메시지의 이미지는 400 오류를 반환합니다.

  • 이미지를 받을 수 있는 모델은 비전 모델뿐입니다. 다른 모델은 "This model does not support image"를 반환합니다.

  • 모든 이미지는 모델에 들어가기 전에 크기가 조정되며, 단일 이미지는 최대 ~384토큰을 소비합니다.

검증

%HOMEPATH%\mcp\DeepSeek\.venv\Scripts\python %HOMEPATH%\mcp\DeepSeek\server.py

오류가 없으면 서버가 stdio 모드에서 정상적으로 시작됩니다(실제 호출에는 DEEPSEEK_API_KEY 구성이 필요합니다).

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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