Biorxiv MCP Server

@cyanheads/biorxiv-mcp-server Search and retrieve bioRxiv and medRxiv preprints - by DOI, date interval, or keyword - via MCP. STDIO or Streamable HTTP. Its README documents 6 tools, including biorxiv_get_preprint, biorxiv_list_recent, biorxiv_search_preprints.

People who work with biomedical, biorxiv and cyanheads and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 4 · #219 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Biorxiv MCP Server

before you install - you'll need

Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. BIORXIV_MAILTO is optional or environment-specific per the README.

Claude Code

claude mcp add cyanheads-biorxiv-mcp-server -- npx -y @cyanheads/biorxiv-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cyanheads-biorxiv-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/biorxiv-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @cyanheads/biorxiv-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Biorxiv MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can fetch full metadata, abstract, revision history, and journal crosswalk for one or more preprints by DOI, list preprints posted or updated within a date interval, with optional server and category filters, search preprints by keyword and/or author via EuropePMC for relevance ranking, enriched with bioRxiv/medRxiv metadata, and resolve a preprint DOI to its journal publication record (journal DOI, name, published date).

The 6 tools it gives your agent

Extracted from the project's README - what biorxiv-mcp-server lets an agent do.

biorxiv_get_preprint
- Fetch full metadata, abstract, revision history, and journal crosswalk for one or more preprints by DOI
biorxiv_list_recent
- List preprints posted or updated within a date interval, with optional server and category filters
biorxiv_search_preprints
- Search preprints by keyword and/or author via EuropePMC for relevance ranking, enriched with bioRxiv/medRxiv metadata
biorxiv_get_published_version
- Resolve a preprint DOI to its journal publication record (journal DOI, name, published date)
biorxiv_get_fulltext
- Retrieve a preprint's full text as best-effort Markdown extracted from its rendered HTML article page
biorxiv_list_categories
- List valid subject category strings for bioRxiv and medRxiv

Latest releases

v0.2.6 · 2026-08-25

GHCR image recovery · Docker build stage now builds natively for BUILDPLATFORM instead of the target platform, fixing a QEMU crash that blocked 0.2.5's GHCR publish · 0.2.5 shipped to npm, MCP Registry, and GitHub…

v0.2.5 · 2026-08-25

mcp-ts-core 0.12.3 - MCP SDK v2 migration · HTTP endpoint now serves protocol revision 2026-07-28 alongside the 2025-era revisions · Tool inputs are strict - an undeclared key is rejected by name across all 6 tools…

v0.2.4 · 2026-08-09

EuropePMC rate-limit classification · EuropePmcService classifies HTTP 429 from EuropePMC as a retryable rate_limited error carrying the parsed Retry-After wait, instead of surfacing search_unavailable with the wait…

04 · Who maintains Biorxiv MCP Server

biorxiv-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
  2. mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
  3. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
  4. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
  6. ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22

05 · Facts

category
other - ranked #219 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.cyanheads/biorxiv-mcp-server (active, first published 2026-05-23 · 21 versions)
packages
npm:@cyanheads/biorxiv-mcp-server · npm:@cyanheads/biorxiv-mcp-server

06 · Biorxiv MCP Server FAQ

Is Biorxiv MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Biorxiv MCP Server do?

With this server connected, an agent can fetch full metadata, abstract, revision history, and journal crosswalk for one or more preprints by DOI, list preprints posted or updated within a date interval, with optional server and category filters, search preprints by keyword and/or author via EuropePMC for relevance ranking, enriched with bioRxiv/medRxiv metadata, and resolve a preprint DOI to its journal publication record (journal DOI, name, published date).

How do I install Biorxiv MCP Server?

Run `npx -y @cyanheads/biorxiv-mcp-server`. The README documents 3 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, BIORXIV_MAILTO) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. BIORXIV_MAILTO is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Biorxiv MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Biorxiv MCP Server