bioRxiv MCP 服务器允许 AI 助手通过简单的 MCP 界面搜索和访问 bioRxiv 论文。它借助模型上下文协议(MCP),为 AI 模型搭建了一座连接到 bioRxiv 预印本仓库的桥梁,使 AI 能够快速搜索生物学预印本并程序化地获取其元数据。
git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git
cd bioRxiv-MCP-Server
pip install -r requirements.txt
要自动为 Claude Desktop 安装 bioRxiv Server,请使用 Smithery:
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client claude --config "{}"
在设置 → Cursor 设置 → MCP 中添加新的服务器:
npx -y @smithery/cli@latest run @JackKuo666/biorxiv-mcp-server --client cursor --config "{}"
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client windsurf --config "{}"
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 已添加到系统路径中。
在终端中运行:
python -m biorxiv_mcp_server
或者
python -m bioRxiv_web_search
欢迎贡献!请随意提交拉取请求。
本项目根据 MIT 许可证授权。
此工具仅用于研究目的。请尊重 bioRxiv 的服务条款,并负责任地使用此工具。