medRxiv MCP Server
@JackKuo666
关于 medRxiv MCP Server
🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"medrxiv": {
"command": "bash",
"args": [
"-c",
"source /home/YOUR/PATH/mcp-server-medRxiv/.venv/bin/activate && python /home/YOUR/PATH/mcp-server-medRxiv/medrxiv_server.py"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is medRxiv MCP Server?
The medRxiv MCP Server bridges AI assistants with medRxiv’s preprint repository via the Model Context Protocol (MCP). It enables programmatic searching and content access for health sciences preprints, designed for researchers and AI applications.
How to use medRxiv MCP Server?
Install via Smithery (npx -y @smithery/cli@latest install @JackKuo666/medrxiv-mcp-server --client ...) or manually with uv tool install medRxiv-mcp-server. Start the server with python medrxiv_server.py. Configure in tools like Claude Desktop by adding the server to claude_desktop_config.json. Use provided MCP tools: search_medrxiv_key_words, search_medrxiv_advanced, and get_medrxiv_metadata.
Key features of medRxiv MCP Server
- Paper search by keywords or advanced parameters
- Fast retrieval of paper metadata
- Metadata access via DOI
- Research‑focused analysis prompts
- Local storage for faster repeated access
- Download and read paper content (planned)
Use cases of medRxiv MCP Server
- Search for recent papers on COVID‑19 vaccine efficacy
- Perform an advanced search by author and date range
- Retrieve full metadata for a paper using its DOI
- Analyze academic papers with a structured workflow prompt
- Build AI‑assisted literature review pipelines
FAQ from medRxiv MCP Server
What are the runtime dependencies?
Python 3.10 or higher, plus the packages FastMCP, requests, beautifulsoup4, and standard libraries (asyncio, logging).
Does the server store data locally?
Yes – papers can be saved locally for faster access. The server also provides a tool to list all downloaded papers.
Can I search by author or date range?
Yes – the advanced search tool (search_medrxiv_advanced) supports parameters for author, title, date range, abstract/title search, and medRxiv section.
What does the server return from searches?
Search results are returned as a list of dictionaries containing article information (e.g., title, authors, DOI). Metadata retrieval returns a dictionary with full paper details, including abstract and links to PDF/HTML.
Is authentication required?
No authentication or API keys are mentioned in the documentation. The server accesses medRxiv’s public web interface.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论