Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"biorxiv-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/biorxiv-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add biorxiv-mcp-server npx -y cyanheads/biorxiv-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"biorxiv-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/biorxiv-mcp-server"
]
}
}
}