bioRxiv-MCP-Server
bioRxiv MCP サーバー
🔍 AI アシスタントがシンプルな MCP インターフェースを通じて bioRxiv 論文を検索しアクセスできるようにします。
bioRxiv MCPサーバーは、モデルコンテキストプロトコル(MCP)を介してAIアシスタントとbioRxivのプレプリントリポジトリ間の橋渡しを提供します。これにより、AIモデルはプログラム的に生物学プレプリントを検索し、そのメタデータにアクセスできるようになります。
🤝 貢献する • 📝 バグを報告する
✨ コア機能
🔎 論文検索: キーワードまたは詳細検索でbioRxiv論文を検索 ✅
🚀 効率的な検索: 論文のメタデータへの高速アクセス ✅
📊 メタデータアクセス: 特定の論文の詳細なメタデータを取得します ✅
📊 研究支援:生物科学の研究と分析を促進する ✅
📄 論文アクセス: 論文コンテンツをダウンロードして読む 📝
📋 論文リスト: ダウンロードしたすべての論文を表示 📝
🗃️ ローカルストレージ: 論文はローカルに保存され、より高速にアクセスできるようになります 📝
📝 研究プロンプト: 論文分析のための専門的なプロンプトのセット 📝
Related MCP server: paper-fetch-mcp
🚀 クイックスタート
前提条件
Python 3.10以上
FastMCPライブラリ
インストール
リポジトリをクローンします。
git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git cd bioRxiv-MCP-Server必要な依存関係をインストールします。
pip install -r requirements.txt
Smithery経由でインストール
Smithery経由で Claude Desktop 用の bioRxiv Server を自動的にインストールするには:
クロード
npx -y @smithery/cli@latest install @JackKuo666/biorxiv-mcp-server --client claude --config "{}"カーソル
次の内容を「設定」→「カーソル設定」→「MCP」→「新しいサーバーの追加」に貼り付けます。
Mac/Linux
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 "{}"Cライン
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": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe",
"args": [
"-m",
"biorxiv-mcp-server"
]
}
}
}Clineと併用
{
"mcpServers": {
"biorxiv": {
"command": "bash",
"args": [
"-c",
"source /home/YOUR/PATH/mcp-server-bioRxiv/.venv/bin/activate && python /home/YOUR/PATH/mcp-server-bioRxiv/biorxiv_server.py"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}📊 使用方法
MCP サーバーを起動します。
python biorxiv_server.py🛠 MCP ツール
bioRxiv MCP サーバーは次のツールを提供します。
search_biorxiv_key_words: キーワードを使用して bioRxiv の記事を検索します。search_biorxiv_advanced: 複数のパラメータを使用して bioRxiv の記事の詳細検索を実行します。get_biorxiv_metadata: DOI を使用して bioRxiv 記事のメタデータを取得します。
論文の検索
次のようなクエリを使用して、AI アシスタントに論文の検索を依頼できます。
Can you search bioRxiv for recent papers about genomics?論文の詳細を取得する
DOI を取得したら、さらに詳しい情報を問い合わせることができます。
Can you show me the metadata for the paper with DOI 10.1101/123456?📁 プロジェクト構造
biorxiv_server.py: FastMCP を使用したメイン MCP サーバーの実装biorxiv_web_search.py: bioRxivを検索するためのWebスクレイピングロジックが含まれています
🔧 依存関係
Python 3.10以上
ファストMCP
非同期
伐採
🤝 貢献する
貢献を歓迎します!お気軽にプルリクエストを送信してください。
📄 ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
⚠️免責事項
このツールは研究目的のみにご使用ください。bioRxivの利用規約を遵守し、責任を持ってご利用ください。
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
- FlicenseNot gradedqualityCmaintenance🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acce8
- AlicenseAqualityAmaintenanceMCP server that turns DOI, URL, or paper titles into structured Markdown full-text with metadata and assets, enabling AI agents to read beyond abstracts.10233MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides AI assistants with a seamless, programmatic interface to search and read academic papers from the open-access arXiv repository.2MIT
- AlicenseAqualityCmaintenanceMCP server that turns a medRxiv DOI into clean markdown full text and provides free, relevance-ranked preprint search via Europe PMC.21Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
AI-powered bioprotocol optimization — generate, search, and manage lab protocols via 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/JackKuo666/bioRxiv-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server