article
README
🚀 bioRxiv MCP 服务器
bioRxiv MCP 服务器允许 AI 助手通过简单的 MCP 界面搜索和访问 bioRxiv 论文。它借助模型上下文协议(MCP),为 AI 模型搭建了一座连接到 bioRxiv 预印本仓库的桥梁,使 AI 能够快速搜索生物学预印本并程序化地获取其元数据。
🚀 快速开始
先决条件
- Python 3.10+
- FastMCP 库
安装
- 克隆仓库:
git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git cd bioRxiv-MCP-Server - 安装所需依赖项:
pip install -r requirements.txt
通过 Smithery 安装
要自动为 Claude Desktop 安装 bioRxiv Server,请使用 Smithery:
claude
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client claude --config "{}"
Cursor
在设置 → Cursor 设置 → MCP 中添加新的服务器:
- Mac/Linux
npx -y @smithery/cli@latest run @JackKuo666/biorxiv-mcp-server --client cursor --config "{}"
Windsurf
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client windsurf --config "{}"
CLine
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client cline --config "{}"
使用 Claude Desktop 时,请将以下配置添加到 claude_desktop_config.json 中:
(Mac OS)
{
"mcpServers": {
"biorxiv": {
"command": "python",
"args": ["-m", "biorxiv-mcp-server"]
}
}
}
(Windows)
{
"mcpServers": {
"biorxiv": {
"command": "python",
"args": ["-m", "bioRxiv_web_search"]
}
}
}
📥 安装后设置
确保 Python 已添加到系统路径中。
✨ 主要特性
- 🔎 论文搜索:使用关键词或高级搜索查询 bioRxiv 论文 ✅
- 🚀 高效检索:快速访问论文元数据 ✅
- 📊 元数据访问:获取特定论文的详细信息 ✅
- 📊 研究支持:促进生物科学的研究与分析 ✅
- 📄 论文访问:下载并阅读论文内容 📝
- 📋 论文列表:查看所有已下载的论文 📝
- 🗃️ 本地存储:将论文保存到本地以加快访问速度 📝
- 📝 研究提示:用于论文分析的一组专用提示 📝
💻 使用示例
基本用法
在终端中运行:
python -m biorxiv_mcp_server
或者
python -m bioRxiv_web_search
🔧 技术细节
依赖项
- Python 3.10+
- FastMCP
- asyncio
- logging
🤝 贡献
欢迎贡献!请随意提交拉取请求。
📄 许可证
本项目根据 MIT 许可证授权。
⚠️ 免责声明
此工具仅用于研究目的。请尊重 bioRxiv 的服务条款,并负责任地使用此工具。
扫码联系在线客服