life-sciences

anthropics/life-sciences
★ 254 stars Python 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "life-sciences": {
      "command": "uvx",
      "args": [
        "life-sciences"
      ]
    }
  }
}

Or install with pip: pip install life-sciences