reasonix-multimodal-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reasonix-multimodal-mcp分析这张图片:screenshot.png"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reasonix-multimodal-mcp
Reasonix 多模态 MCP 服务器:让 Reasonix 具备处理图片 / PDF / 音频 / 视频 / Office 文档的能力。
图片:本地 OCR(rapidocr)+ 硅基流动视觉模型(Qwen3-VL)语义理解
PDF:文本提取(pymupdf),扫描件自动 OCR 兜底
音频:faster-whisper 本地转写(无需联网)
视频:ffmpeg 抽帧 → 视觉模型 + 音轨 whisper 转写
Office:docx / xlsx / pptx 结构化提取
剪贴板图片:截图后直接分析,无需保存文件(WSL 下自动读取 Windows 剪贴板)
工具列表
工具 | 说明 |
| 理解一张图片(OCR + 视觉描述) |
| 分析剪贴板里的图片(截图后直接用) |
| 提取 PDF 文本(含扫描件 OCR) |
| 转写音频(faster-whisper 本地) |
| 视频抽帧 + 音轨转写 |
| 提取 docx / xlsx / pptx |
| 万能入口,按扩展名自动分派 |
| 查看配置状态 |
Related MCP server: Agent Helper
安装
前置要求:Python 3.10+、已安装 Reasonix、ffmpeg(音频/视频功能,sudo apt install ffmpeg)。
git clone https://github.com/GeeniTiming/reasonix-multimodal-mcp.git
cd reasonix-multimodal-mcp
SILICONFLOW_API_KEY=sk-你的key bash install.sh脚本会自动:复制文件到 ~/.reasonix/mcp-multimodal/、创建虚拟环境、安装依赖、
注册 [[plugins]] 到 ~/.reasonix/config.toml、写入 API key、验证安装。
然后在 Reasonix 里开新会话,即可使用 mcp__multimodal__* 工具。
配置
API key 放在 ~/.reasonix/.env:
SILICONFLOW_API_KEY=sk-xxx可选环境变量(写在 server.py 顶部注释):
SILICONFLOW_VL_MODEL:视觉模型,默认Qwen/Qwen3-VL-32B-InstructWHISPER_MODEL:whisper 模型,默认本地~/.reasonix/whisper-models/small(首次使用自动从 hf-mirror 下载)
使用示例
在 Reasonix 聊天框里直接写文件路径(不要用 @ 引用图片,那会把二进制字节塞进上下文):
分析这张图:images/screenshot.png
C:\Users\xxx\Desktop\报错截图.png 里有什么错误?
这个视频讲了什么:/home/xxx/videos/demo.mp4
提取这个 PDF 的内容:论文.pdf路径支持:工作区相对路径、WSL 路径(/home/...)、Windows 路径(C:\... 自动转 /mnt/c/...)。
剪贴板图片:截图(Win+Shift+S)后直接说"分析剪贴板里的图片"即可,无需保存文件。
平台说明
平台 | 剪贴板图片 | 说明 |
WSL | ✅ | 自动通过 powershell.exe 读取 Windows 剪贴板 |
原生 Linux | ✅(需装 wl-clipboard 或 xclip/xsel) | 自动回退到 wl-paste / xclip / xsel |
macOS | ❌ | 暂不支持剪贴板图片 |
故障排查
视觉 API 偶发
HTTP 500 code 50507:硅基流动服务端偶发错误,重试一次即可@images/xxx.png显示乱码:@引用会注入文件原始字节,图片请直接写路径Reasonix 扩展
+菜单附加图片无效:Reasonix ACP 后端声明image: false(不支持 image block),这是后端设计限制,用路径/剪贴板方式替代
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
- AlicenseBqualityDmaintenanceEnables text-only models to process images and other media formats by providing access to multimodal models from OpenAI and Dashscope (Alibaba Cloud). Supports flexible deployment options and comprehensive tooling for multimodal AI interactions.34MIT
- Flicense-qualityBmaintenanceEnables AI agents to process files locally — OCR images, extract text from PDFs and DOCX, and describe images using local vision models, all without sending data to external services.
- AlicenseAqualityAmaintenanceProvides vision capabilities to Reasonix, enabling analysis of images/videos, OCR, and comparisons via OpenAI-compatible vision models.46MIT
- Alicense-qualityBmaintenanceEnables intelligent document processing by extracting text, classifying document types, and generating structured summaries from PDFs and images using vision LLMs.MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
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/GeeniTiming/reasonix-multimodal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server