medRxiv MCP Server
@JackKuo666
About medRxiv MCP Server
π Enable AI assistants to search and access bioRxiv papers through a simple MCP interface.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-bioRxiv": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@JackKuo666/biorxiv-mcp-server",
"--client",
"claude",
"--config",
"{}"
]
}
}
}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?
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Comments