medRxiv MCP Server
by JackKuo666
The medRxiv MCP Server enables AI assistants to search and access medRxiv papers through a simple MCP interface. It provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP).
Last updated: N/A
What is medRxiv MCP Server?
The medRxiv MCP Server is a tool that allows AI models to search for health sciences preprints on medRxiv and access their content programmatically using the Model Context Protocol (MCP). It acts as an interface between AI assistants and the medRxiv repository.
How to use medRxiv MCP Server?
The server can be installed either via Smithery using command-line tools or manually by cloning the repository and setting up a Python virtual environment. Once installed and running, AI assistants can use the provided MCP tools (search_medrxiv_key_words, search_medrxiv_advanced, get_medrxiv_metadata) to search for papers, retrieve metadata, and potentially download/read paper content (TODO). Configuration examples are provided for Claude Desktop and Cline.
Key features of medRxiv MCP Server
Paper Search
Efficient Retrieval
Metadata Access
Research Support
Use cases of medRxiv MCP Server
Facilitating health sciences research
Enabling AI-powered literature review
Providing AI assistants with access to preprint data
Automating paper analysis workflows
FAQ from medRxiv MCP Server
What is medRxiv?
What is medRxiv?
medRxiv is a preprint server for health sciences papers.
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standard for communication between AI models and external tools.
How do I install the server?
How do I install the server?
You can install it via Smithery or manually by cloning the repository and setting up a Python virtual environment.
What tools are available?
What tools are available?
The server provides tools for searching papers by keywords, performing advanced searches, and retrieving metadata by DOI.
Can I download and read papers?
Can I download and read papers?
Downloading and reading papers are listed as TODO features, meaning they are planned but not yet implemented.