基本能力
产品定位
bioRxiv MCP Server 是一个专门为 AI 助手设计的服务,用于搜索和访问 bioRxiv 预印本库中的生物学论文。
核心功能
- 论文搜索:通过关键词或高级搜索查询 bioRxiv 论文
- 高效检索:快速获取论文元数据
- 元数据访问:获取特定论文的详细元数据
- 研究支持:支持生物科学研究和分析
- 论文访问:下载和阅读论文内容
- 论文列表:查看所有下载的论文
- 本地存储:论文本地存储以加快访问速度
- 研究提示:提供专门用于论文分析的提示集
适用场景
- AI 助手需要搜索生物学预印本
- 研究人员需要快速获取论文元数据
- 生物科学研究与分析
工具列表
search_biorxiv_key_words
:使用关键词搜索 bioRxiv 上的文章search_biorxiv_advanced
:使用多个参数进行高级搜索get_biorxiv_metadata
:使用 DOI 获取 bioRxiv 文章的元数据
常见问题解答
- 使用限制:该工具仅用于研究目的,请遵守 bioRxiv 的服务条款
- 贡献:欢迎提交 Pull Request 进行贡献
使用教程
使用依赖
- Python 3.10+
- FastMCP 库
安装教程
- 克隆仓库:
bash
git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git
cd bioRxiv-MCP-Server - 安装依赖:
bash
pip install -r requirements.txt
通过 Smithery 安装
Claude
bash
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client claude --config "{}"
Cursor
在 Settings → Cursor Settings → MCP → Add new server 中粘贴以下内容:
bash
npx -y @smithery/cli@latest run @JackKuo666/biorxiv-mcp-server --client cursor --config "{}"
Windsurf
bash
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client windsurf --config "{}"
CLine
bash
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client cline --config "{}"
调试方式
启动 MCP 服务器:
bash
python biorxiv_server.py