1. Conduid
  2. Developer Tools
  3. Life Sciences
MCP server · Developer Tools

Life Sciences

Repo for the Claude Code Marketplace to use with the Claude for Life Sciences Launch. This will continue to host the marketplace.json long-term, but not the actual MCP servers.

Unclaimed last commit 7 months ago devtools
63Good

Scored yesterday · breakdown

About Life Sciences

Life Sciences is an MCP server published by anthropics in the Developer Tools category: repo for the Claude Code Marketplace to use with the Claude for Life Sciences Launch. This will continue to host the marketplace.json long-term, but not the actual MCP servers. It has been installed 0 times through Conduid.

The repository has 229 stars and 40 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx life-sciences

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Life Sciences

Powered by Claude · Grounded in docs

I know everything about Life Sciences. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.1.1v1.1.1 · 9 Jan 2026What's Changed update benchling URL by @dhollman in https://github.com/anthropics/life-sciences/pull/7 Remove Benchling plugin from marketplace by @antdres in https://github.com/anthropics/life-sciences/pull/11 Add…
v1.0.0v1.0.0 · 20 Oct 2025What's Changed Initialize the `anthropics/life-sciences` plugins marketplace with: MCPs**: `10x-genomics` `benchling` `biorender` `pubmed` `synapse` `wiley-scholar-gateway` Skills**: `single-cell-rna-qc` Full Changelog**:…

README

Life Sciences Marketplace for Claude Code

This marketplace provides MCP (Model Context Protocol) servers and skills for life sciences tools. Install these plugins to access specialized research and analysis tools directly within Claude Code.

What's included:

  • MCP Servers: Connect to external services like PubMed, BioRender, Synapse, and more
  • Skills: Domain-specific workflows and analysis capabilities that extend Claude's expertise

Quick Start

# Add the marketplace
/plugin marketplace add anthropics/life-sciences

# Install MCP servers
/plugin install pubmed@life-sciences
/plugin install biorender@life-sciences
/plugin install synapse@life-sciences
/plugin install wiley-scholar-gateway@life-sciences
/plugin install 10x-genomics@life-sciences

# Install skills
/plugin install single-cell-rna-qc@life-sciences
/plugin install instrument-data-to-allotrope@life-sciences
/plugin install nextflow-development@life-sciences
/plugin install scvi-tools@life-sciences
/plugin install scientific-problem-selection@life-sciences

For servers requiring authentication (all except PubMed), configure credentials after installation:

  1. Type /plugin in Claude Code
  2. Select "Manage plugins"
  3. Find your installed server
  4. Select "Configure"
  5. Enter required credentials
  6. Restart Claude Code

Available Plugins

Remote MCP Servers

PubMed

Plugin ID: pubmed@life-sciences

Search and access biomedical literature and research articles from PubMed.

Requirements: None - accessible to all users

BioRender

Plugin ID: biorender@life-sciences

Create and access scientific illustrations and diagrams.

Requirements: Free BioRender account (https://www.biorender.com)

Synapse.org

Plugin ID: synapse@life-sciences

Collaborative research data management platform by Sage Bionetworks.

Requirements: Free Synapse account (https://www.synapse.org)

Scholar Gateway (Wiley)

Plugin ID: wiley-scholar-gateway@life-sciences

Access academic research and publications from Wiley's Scholar Gateway.

Requirements: Free Scholar Gateway account

Local MCP Servers (MCPB)

10x Genomics Cloud

Plugin ID: 10x-genomics@life-sciences

Access 10x Genomics Cloud analysis data and workflows.

Requirements:

Skills

Single-Cell RNA-seq Quality Control

Plugin ID: single-cell-rna-qc@life-sciences

Automated quality control workflow for single-cell RNA-seq data following scverse best practices. Performs MAD-based filtering with comprehensive visualizations.

Instrument Data to Allotrope

Plugin ID: instrument-data-to-allotrope@life-sciences

Convert instrument data to Allotrope Simple Model (ASM) format for standardized data exchange and analysis.

Nextflow Development

Plugin ID: nextflow-development@life-sciences

Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on local or public GEO/SRA sequencing data. Designed for bench scientists who need to run large-scale omics analyses without specialized bioinformatics training.

Supported pipelines:

  • rnaseq: Gene expression and differential expression analysis
  • sarek: Germline and somatic variant calling (WGS/WES)
  • atacseq: Chromatin accessibility analysis

Features:

  • Download public datasets from GEO/SRA
  • Auto-detect data types and suggest appropriate pipelines
  • Generate pipeline-compatible samplesheets
  • Environment validation and troubleshooting guidance

Requirements: Docker and Nextflow installed locally

scvi-tools

Plugin ID: scvi-tools@life-sciences

Deep learning toolkit for single-cell omics analysis using scvi-tools. Includes model selection guidance, training workflows, and integration pipelines for scVI, scANVI, totalVI, PeakVI, MultiVI, and more.

Scientific Problem Selection

Plugin ID: scientific-problem-selection@life-sciences

Systematic framework for scientific problem selection and strategic research decisions. Based on Fischbach & Walsh's methodology from Cell (2024), this skill helps researchers with project ideation, risk assessment, troubleshooting stuck projects, and strategic scientific planning.

Use cases:

  • Pitch and refine new research ideas
  • Evaluate project risks and feasibility
  • Navigate decision trees in active projects
  • Strategic research planning and problem choice

Detailed Installation

1. Add the marketplace (one time)

/plugin marketplace add https://github.com/anthropics/life-sciences.git

2. Install specific plugins

# Remote MCP servers (no configuration needed for PubMed)
/plugin install pubmed@life-sciences
/plugin install biorender@life-sciences
/plugin install synapse@life-sciences
/plugin install wiley-scholar-gateway@life-sciences

# Local MCP servers (require configuration)
/plugin install 10x-genomics@life-sciences

# Skills (no configuration needed)
/plugin install single-cell-rna-qc@life-sciences
/plugin install instrument-data-to-allotrope@life-sciences
/plugin install nextflow-development@life-sciences
/plugin install scvi-tools@life-sciences
/plugin install scientific-problem-selection@life-sciences

3. Configure credentials (if needed)

For servers requiring authentication, use the /plugin menu:

  1. Type /plugin in Claude Code
  2. Select "Manage plugins"
  3. Find your installed server
  4. Select "Configure" (if available)
  5. Enter your API credentials

Or authenticate through the server's web interface when prompted.

4. Restart Claude Code

Restart to activate the MCP servers.

Authentication Requirements

  • No authentication: PubMed
  • Free account required: BioRender, Synapse, Wiley Scholar Gateway
  • Paid/institutional account: 10x Genomics (requires data in account to be useful)

Support

For issues with:

  • Claude Code plugin system: Report in #claude-cli-feedback on Anthropic Slack
  • Individual MCP servers: Contact the respective provider's support

License

Individual MCP servers are licensed by their respective providers. See each provider's terms of service for details.

Removed Plugins

  • Benchling: Removed because Benchling uses tenant-specific URLs which are not supported by the plugin system.

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Life Sciences

How do I install Life Sciences?

Run npx life-sciences, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Life Sciences safe to use with an AI agent?

Its trust score is 63 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Life Sciences still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.