Life Sciences
Description
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.
Installation
claude install-skill https://github.com/anthropics/life-sciences 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:**
- undefined
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
For servers requiring authentication (all except PubMed), configure credentials after installation:
- undefined
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 fr
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done