Command Palette

Search for a command to run...

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

Qwen Vision Server

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

Enables to analyze local images or remote URLs using Alibaba Qwen3.7-plus vision model via DashScope's Anthropic-compatible endpoint.

GitHubEmbed

Описание

Enables to analyze local images or remote URLs using Alibaba Qwen3.7-plus vision model via DashScope's Anthropic-compatible endpoint.

README

MCP server for Alibaba Qwen3.7-plus (multimodal vision model), connected via DashScope's Anthropic-compatible endpoint.

Features

  • Single tool: qwen_vision_understand — analyze an image with Qwen3.7-plus
  • Supports local image files (png/jpg/jpeg/gif/webp/bmp) and remote URLs
  • Same Anthropic Messages API format as Claude
  • Token usage reported back in each response

Requirements

Install

cd qwen-vision-mcp-server
npm install

Configuration

Environment variables:

Variable Required Default Description
DASHSCOPE_API_KEY Your DashScope API key
QWEN_MODEL qwen3.7-plus Model name (e.g. qwen-vl-plus, qwen3-vl-plus)
QWEN_BASE_URL https://dashscope.aliyuncs.com/apps/anthropic/v1/messages Override endpoint
QWEN_MAX_TOKENS 4096 Default max output tokens

Run locally

DASHSCOPE_API_KEY=sk-xxx npm start

CC-Switch / Claude Code config

{
  "mcpServers": {
    "qwen-vision": {
      "type": "stdio",
      "command": "cmd",
      "args": ["/c", "npx", "-y", "qwen-vision-mcp-server"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-key",
        "QWEN_MODEL": "qwen3.7-plus"
      }
    }
  }
}

Or if installed locally:

{
  "mcpServers": {
    "qwen-vision": {
      "type": "stdio",
      "command": "node",
      "args": ["E:/Projects/Claude/MCP/qwen/qwen-vision-mcp-server/src/index.js"],
      "env": {
        "DASHSCOPE_API_KEY": "sk-your-dashscope-key"
      }
    }
  }
}

Tool: qwen_vision_understand

Parameter Type Required Description
image string Local file path or HTTP(S) URL
prompt string What to ask about the image
max_tokens number Max output tokens (default 4096)
temperature number 0-2, default 1

Example:

Use qwen_vision_understand to analyze this UI mockup: 
/Users/me/Downloads/login-page.png
"Recreate this as HTML with Tailwind CSS"

License

MIT

from github.com/kira4094/qwen-vision-mcp-server

Установка Qwen Vision Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kira4094/qwen-vision-mcp-server

FAQ

Qwen Vision Server MCP бесплатный?

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

Нужен ли API-ключ для Qwen Vision Server?

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

Qwen Vision Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Qwen Vision Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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