loading…
Search for a command to run...
loading…
Enables visual understanding and image description capabilities for iFlow CLI and Claude Desktop using Doubao's vision model. It supports 18 image formats and f
Enables visual understanding and image description capabilities for iFlow CLI and Claude Desktop using Doubao's vision model. It supports 18 image formats and features automatic optimization, caching, and Chinese language optimization.
让 iFlow CLI 和 Claude Desktop 支持豆包视觉理解
pip install -r requirements.txt
方式 1:环境变量(推荐)
# Windows
set VOLCENGINE_API_KEY=你的豆包API Key
# Linux/Mac
export VOLCENGINE_API_KEY=你的API Key
方式 2:配置文件
cp config.example.json config.json
# 编辑 config.json,填入你的 API Key
iflow mcp add doubao-image-mcp python C:\Users\15579\doubao-image-mcp\server.py
iflow
> 描述: https://picsum.photos/800/600
server.py - MCP 服务器主程序config.example.json - 配置示例requirements.txt - Python 依赖compress.py - 图片压缩工具diagnose_speed.py - 速度诊断工具# 描述本地图片
描述: D:/download/photo.jpg
# 描述网络图片
描述: https://example.com/image.jpg
# 自定义提示词
描述: photo.jpg,请用英文描述
MIT License - 自由使用、修改、分发
版本: 1.0.0
更新: 2026-02-03
分享者: [Your Name]
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"doubao-image-description-mcp-server": {
"command": "npx",
"args": []
}
}
}