me9rez/llm-vision-mcp
给文本模型装上眼睛:MCP Server 借助 OpenAI 兼容视觉模型(默认 ModelScope 免费通义千问VL)把图片文件转为文字描述,让 DeepSeek/GLM 等文本模型也能看图说话。本地 stdio 运行,Claude C
Install & configure
Install method detected from README: npm install
npm install
npm
Claude Desktop config snippet
Add to your claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"llm-vision-mcp": {
"command": "npx",
"args": ["-y", "@me9rez/llm-vision-mcp", "mcp"],
"env": {
"API_KEY": "你的_API_Key"
}
}
}
}
Why this is listed
This repository appears on MCP Servers Live because it matches the tracker's GitHub Search criteria (mcp-server) and was active in the recent indexing window. The tracker refreshes every 15 minutes, so the metadata above reflects the state at the most recent index pass. If the data here looks stale, the source repository may have been archived or moved out of the tracked topic; the next cron tick will reconcile.