Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Vison

БесплатноНе проверен

MCP server for vision AI — screenshots to code, OCR, error diagnosis, and image analysis via OpenAI-compatible APIs.

GitHubEmbed

Описание

MCP server for vision AI — screenshots to code, OCR, error diagnosis, and image analysis via OpenAI-compatible APIs.

README

MCP server for vision AI — screenshots to code, OCR, error diagnosis, and image analysis via OpenAI-compatible APIs.

Supported Tools

Tool Description
image_analysis General visual understanding — describe any image in detail
extract_text_from_screenshot OCR optimized for terminals, code, documents, and general content
ui_to_artifact Convert UI screenshots into code, prompts, specs, or descriptions
diagnose_error_screenshot Analyze error screenshots and propose actionable fixes
understand_technical_diagram Interpret architecture diagrams, flowcharts, UML, ER, and system diagrams
analyze_data_visualization Read charts and dashboards to surface insights, trends, and anomalies
ui_diff_check Compare two UI screenshots to flag visual differences and implementation drift
video_analysis Inspect videos (MP4/MOV/M4V) — scene detection, event analysis, content summarization

Installation

git clone https://github.com/Lin-zhibo/Vison-MCP.git
cd Vison-MCP
npm install
npm run build

Configuration

Set the following environment variables:

Variable Required Default Description
VISIONAI_API_KEY Yes API authentication key
VISIONAI_BASE_URL Yes OpenAI-compatible API endpoint
VISIONAI_MODEL_NAME No gpt-4o Vision model to use

Usage

With Claude Code

Add to your .claude/settings.json or claude_desktop_config.json:

{
  "mcpServers": {
    "vison-mcp": {
      "command": "node",
      "args": ["/path/to/Vison-MCP/dist/index.js"],
      "env": {
        "VISIONAI_API_KEY": "your-api-key",
        "VISIONAI_BASE_URL": "https://api.openai.com/v1",
        "VISIONAI_MODEL_NAME": "gpt-4o"
      }
    }
  }
}

Local Development

# Copy environment template
cp .env.example .env
# Edit .env with your API credentials

# Build and run
npm run build
npm start

Requirements

  • Node.js >= 18.0.0
  • An OpenAI-compatible vision API endpoint (GPT-4o, Claude Vision, or compatible)

License

MIT

from github.com/Lin-zhibo/Vison-MCP

Установить Vison в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install vison-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add vison-mcp -- npx -y github:Lin-zhibo/Vison-MCP

FAQ

Vison MCP бесплатный?

Да, Vison MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Vison?

Нет, Vison работает без API-ключей и переменных окружения.

Vison — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Vison в Claude Desktop, Claude Code или Cursor?

Открой Vison на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Vison with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development