MCP Directory
Back

life-sciences

by anthropics · Python · ★ 482

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.

Install

pip install git+https://github.com/anthropics/life-sciences.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "life-sciences": {
      "command": "uvx",
      "args": [
        "git+https://github.com/anthropics/life-sciences.git"
      ]
    }
  }
}

From the README

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 For servers requiring authentication (all except PubMed), configure credentials after installation: 1. Type in Claude Code 2. Select "Manage plugins" 3. Find your installed server 4. Select…
Read full README on GitHub →

Related other servers