medRxiv MCP Server
@JackKuo666
About medRxiv MCP Server
🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 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,

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments