经 AI Skill Hub 精选评估,Seerai研究助手 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Seerai研究助手 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Seerai研究助手 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/dralkh/seerai
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"seerai----": {
"command": "npx",
"args": ["-y", "seerai"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Seerai研究助手 执行以下任务... Claude: [自动调用 Seerai研究助手 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"seerai____": {
"command": "npx",
"args": ["-y", "seerai"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img width="200" height="200" alt="logo" src="https://github.com/user-attachments/assets/26e6aa5b-4b70-464a-8198-6ec48544593d" /> </p>
<p align="center"> <a href="https://www.zotero.org"> <img src="https://img.shields.io/badge/Zotero-9.x-brightgreen" /> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-blue.svg" /> </a>
</p>
<p align="center"> <img src="https://github.com/user-attachments/assets/abeee9fa-bea0-4cf5-8e5c-a56cee745a74" width="600" /> </p>
<p align="center"> <img src="https://github.com/user-attachments/assets/4ce55ee8-39c5-48ab-96e9-b1c818523b18" width="600" /> </p>
<p align="center"> <img src="https://github.com/user-attachments/assets/d9525add-3501-4b50-9f8c-b0e482c9c1f6" width="600" /> </p>
<p align="center"> <img src="https://github.com/user-attachments/assets/b9e71c6b-d903-4a69-8461-c7314e52dcf5" width="600" /> </p>
<p align="center"> <img src="https://github.com/user-attachments/assets/fe543d48-eb68-47e4-b5f6-1d954e1597a2" width="600" /> </p>
<p align="center"> <a href="https://github.com/dralkh/seerai/releases/latest/download/seerai.xpi"> <img src="https://img.shields.io/badge/Install-Download%20.xpi-brightgreen?style=for-the-badge&logo=zotero" alt="Download seerai.xpi" /> </a> </p>
seerai is an intelligent research assistant plugin for Zotero 9 that integrates AI-powered chat, advanced search, and data extraction capabilities directly into your research workflow. Chat with your papers, extract structured data, and accelerate your literature review with a local-first, privacy-focused design.
---
npm install
npm run build
Go to Zotero → Settings → seerai to configure your AI providers and services.
- Contextual Conversations: Chat with AI about your selected papers with full context awareness. - Smart Context Priority: Automatically prioritizes content sources: 1. Zotero Notes (OCR note, and other notes for highest priority) 2. Indexed PDF Text (Fast, efficient, however consumes a lot of tokens and may cause limit issues) 3. OCR (Fallback for scanned documents with no indexed text) - Multi-paper Support: Add multiple papers to a single conversation for comparative analysis. - Streaming Responses: Real-time, token-by-token response rendering. - Markdown & Math: Responses are formatted with syntax highlighting and LaTeX math support. - Vision Support: Paste images directly into chat for multimodal analysis. - Multimodal Generation: Generate images, videos, speech-to-text, and text-to-speech directly from chat. - Attachments Upload: Add files to conversations via the context menu. - Interactive Follow-ups: Deepen the conversation with streaming follow-up questions. - Configurable Citations: Choose your preferred citation style for AI insights and chat. - Smart Copy: Select and copy text with preserved formatting (Markdown) directly from chat bubbles. - Enhanced Keybindings: - Enter: Insert new line - Shift+Enter: Send message - Ctrl+Shift+S: Toggle/Focus detachable window - Detachable Window: Pop out the SeerAI interface into a standalone resizable floating window to maintain chat access while navigating your library. - Themed UI: Enhanced dialogs and components with full theme support for a consistent look across Zotero's Light and Dark modes. - Responsive Layout: Chat, tables, and search tabs dynamically adapt to panel width changes.
Seer-AI now includes a Model Context Protocol (MCP) server and a local API for external integrations.
mcp-server/. Allows external LLMs (like Claude Desktop) to interact with your Zotero library. See the MCP Setup Guide for configuration instructions.23119This mode requires sophisticated models with strong tool/function-calling capabilities to function properly.
---
融合学术研究刚需与AI能力的创新工具。Zotero集成方案完整,MCP架构灵活可扩展,但社区活跃度有限,需持续维护完善文档和用户支持。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:Seerai研究助手 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | seerai |
| 原始描述 | 开源MCP工具:Zotero AI plugin, research framework, assistant, workspaces, cloud, google drive。⭐52 · TypeScript |
| Topics | 文献管理MCP工具研究助手云协作TypeScript |
| GitHub | https://github.com/dralkh/seerai |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端