MCP.so
Sign In

medRxiv MCP Server

@JackKuo666

About medRxiv MCP Server

🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface.

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

JackKuo666

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.

Comments

More Other MCP servers