ProteinMCP
Description
An agentic framework for autonomous protein design
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ProteinMCP: An Agentic AI Framework for Autonomous Protein Engineering
[](https://charlesxu90.github.io/ProteinMCP/) [](./LICENSE)
**[Documentation](https://charlesxu90.github.io/ProteinMCP/)** | **[Installation](https://charlesxu90.github.io/ProteinMCP/installation)** | **[Quick Start](https://charlesxu90.github.io/ProteinMCP/quickstart)** | **[MCP Catalog](https://charlesxu90.github.io/ProteinMCP/mcps/)** | **[Workflows](https://charlesxu90.github.io/ProteinMCP/workflows/)**

Prerequisites
The following tools must be installed on your system:
| Tool | Purpose | Install Guide |
|---|---|---|
| Python 3.10+ | Core runtime | python.org |
| Conda/Mamba | Environment management | miniforge |
| Node.js / npm | Claude Code CLI | nodejs.org |
| Docker (with GPU support) | Containerized MCP servers | docs.docker.com |
| NVIDIA drivers + nvidia-container-toolkit | GPU access in Docker | NVIDIA Container Toolkit |
Verify your setup:
python --version # >= 3.10
conda --version # or mamba --version
npm --version
docker --version
nvidia-smi # GPU available
docker run --rm --gpus all nvidia/cuda:12.1.0-base-ubuntu22.04 nvidia-smi # GPU in Docker
Installation
Step 1 — Create the Python environment
mamba env create -f environment.yml
mamba activate protein-mcp
pip install -r requirements.txt
pip install -e .
Step 2 — Install Claude Code CLI
npm install -g @anthropic-ai/claude-code
Step 3 — Verify the installation
pmcp avail # List a
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://