medRxiv MCP Server
@JackKuo666
关于 medRxiv MCP Server
🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-bioRxiv": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@JackKuo666/biorxiv-mcp-server",
"--client",
"claude",
"--config",
"{}"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is medRxiv MCP Server?
It bridges AI assistants with bioRxiv's preprint repository via the Model Context Protocol (MCP), enabling AI models to search for biology preprints and access their metadata programmatically.
How to use medRxiv MCP Server?
Requires Python 3.10+ and the FastMCP library. Clone the repository, install dependencies, then start the server with python biorxiv_server.py. Alternatively, install via Smithery for Claude Desktop, Cursor, Windsurf, or CLine by adding the appropriate configuration to the client's MCP settings.
Key features of medRxiv MCP Server
- Paper search with keywords or advanced parameters
- Fast retrieval of paper metadata
- Download and read full paper content
- List all locally stored papers
- Local storage for faster subsequent access
- Specialized prompts for paper analysis
Use cases of medRxiv MCP Server
- Search bioRxiv for recent papers on a topic like genomics
- Retrieve detailed metadata for a paper given its DOI
- Download and review preprint content for research or analysis
- Build AI-powered research assistants that can query bioRxiv
FAQ from medRxiv MCP Server
What are the runtime requirements?
Python 3.10 or higher, plus the FastMCP, asyncio, and logging libraries.
How do I search for papers?
Ask the AI assistant queries such as "Can you search bioRxiv for recent papers about genomics?"
How do I get details of a specific paper?
Provide the paper's DOI and request its metadata, e.g., "Show me the metadata for DOI 10.1101/123456."
Where are papers stored?
Papers are saved locally on your machine for faster subsequent access.
Are there any usage restrictions?
This tool is for research purposes only. Users must respect bioRxiv's terms of service.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论