vision-mcp
vision-mcp
阿里云百炼 DashScope (Qwen-VL) 기반의 비전 MCP 서버입니다. MCP 프로토콜을 통해 Claude Code, Trae, CodeBuddy 등 클라이언트에 이미지 이해 기능을 제공합니다.
기능
analyze_image— 일반 이미지 분석 (로컬 파일 경로 / 공용 URL / data URL 지원)screenshot_analyze— UI / 인터페이스 스크린샷 분석
Related MCP server: image-mcp
지원되는 모델
모델 | 설명 |
| 최고 성능, 복잡한 이미지 이해에 적합 |
| 성능과 속도 균형 (기본값) |
| 72B 명령어 따르기 |
| 7B 경량 빠름 |
빠른 시작
1. 의존성 설치
python -m venv .venv
# Windows
.venv\Scripts\pip install -r requirements.txt
# Linux / macOS
.venv/bin/pip install -r requirements.txt2. API 키 구성
프로젝트 루트 디렉토리에 .env 파일을 생성합니다 (MCP 서버 시작 시 자동 로드):
DASHSCOPE_API_KEY=sk-你的密钥신청 주소: 阿里云百炼控制台
3. 실행
# Windows
.venv\Scripts\python vision_mcp_server.py
# Linux / macOS
.venv/bin/python vision_mcp_server.py지원되는 모델 목록:
python vision_mcp_server.py --listMCP 클라이언트 연동
클라이언트의 MCP 구성 (예: mcp.json 또는 .mcp.json)에 다음을 추가합니다:
{
"mcpServers": {
"vision": {
"command": "/path/to/vision-mcp/.venv/bin/python",
"args": ["/path/to/vision-mcp/vision_mcp_server.py"],
"env": {}
}
}
}테스트
# 协议冒烟测试(无需 API Key)
.venv/bin/python smoke_test.py
# 真实调用测试(需配置 API Key,使用本地测试图)
.venv/bin/python live_test.py주의사항
DashScope 서버가 해외 공용 이미지 URL을 다운로드할 때 시간 초과가 발생할 수 있으므로, 로컬 파일 경로 또는 국내에서 접근 가능한 URL을 사용하는 것이 좋습니다.
API 키는
.env파일을 통해 제공되며, 구성 파일에 기록되지 않습니다.
라이선스
MIT
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
- AlicenseAqualityAmaintenanceMulti-model vision understanding MCP server that provides unified image analysis for AI assistants without native vision, supporting models like GLM-4.6V, DeepSeek-OCR, Qwen3-VL-Flash, and more.13,789100MIT
- AlicenseAqualityBmaintenanceMCP server for image recognition, supporting multiple vision backends (Anthropic, Zhipu, Ollama) to describe, answer questions, and analyze images.3461MIT
- Flicense-qualityCmaintenanceMCP server that adds Qwen3-VL vision capabilities to Claude Code or any MCP client, enabling OCR, UI/screenshot recognition, and chart understanding. It provides tools for analyzing single or batch images via DashScope's OpenAI-compatible API, with caching and fast mode.
- Alicense-qualityCmaintenanceMCP server that provides a 'borrowed eye' for text-only LLMs, enabling them to identify and describe local images via the Qwen VL vision model, including face recognition, scene description, OCR, and targeted visual questioning.1Apache 2.0
Related MCP Connectors
MCP server for ByteDance Seedream AI image generation
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Hailuo (MiniMax) AI video generation
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/1042498283/vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server