BioRxiv MCP Server

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

Local serverstdioPython

What is the BioRxiv MCP server?

BioRxiv MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface.

What the assistant can call

Once BioRxiv is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 1. Clone the repository: git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git cd bioRxiv-MCP-Server
  • claude — The claude tool exposed by this server
  • Cursor — Paste the following into Settings → Cursor Settings → MCP → Add new server: - Mac/Linux s npx -y @smithery/cli@latest run
  • Windsurf — The Windsurf tool exposed by this server
  • CLine — The CLine tool exposed by this server

Configuration and credentials

  • Python 3.10+ - FastMCP library

Setting it up

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. BioRxiv's toolset — Prerequisites, Installation, claude and 3 more — is a fair guide to whether it matches your workflow. It is maintained by JackKuo666; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the biorxiv mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Installation1. Clone the repository: git clone https://github.com/JackKuo666/bioRxiv-MCP-Server.git cd bioRxiv-MCP-Server
claudeThe claude tool exposed by this server.
CursorPaste the following into Settings → Cursor Settings → MCP → Add new server: - Mac/Linux s npx -y @smithery/cli@latest run @JackKuo666/biorxiv-mcp-server --client cursor --config "{}"
WindsurfThe Windsurf tool exposed by this server.
CLineThe CLine tool exposed by this server.

How to install the BioRxiv MCP server

(Windows version):

```json
{
  "mcpServers": {
    "biorxiv": {
      "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe",
      "args": [
        "-m",
        "biorxiv-mcp-server"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.10+ - FastMCP library

Example prompts to try

  • Use BioRxiv to Prerequisites.
  • Use BioRxiv to Installation.
  • Use BioRxiv to claude.

Frequently asked questions

It connects BioRxiv to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, Installation, claude, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with BioRxiv directly.