Boltz (Claude Code Plugin)
Plugin of agent skills that let Claude run Boltz biomolecular workflows — 3D structure and binding prediction, small-molecule and protein/antibody screening, and de novo binder design — by submitting jobs to the hosted Boltz API.
| Type | Claude Code Plugin (skills) — also a Claude Desktop .mcpb extension |
| Supplier | Boltz (boltz-bio/boltz-api-skills) |
| Availability | GA — listed in anthropics/claude-plugins-official |
| Pricing | Usage-based — Boltz API account required; agent shows a cost estimate before submitting each job (per-job pricing not published) |
| Capabilities | Read/Write — submits compute jobs to the Boltz API and retrieves results |
| Verified | works · 2026-07-20 |
| Security | caution · 2026-07-20 — provenance matches boltz-bio (MIT, in official marketplace) but ships a BOLTZ_API_KEY to the hosted paid Boltz API |
How to install
- Claude Code — official marketplace:
/plugin install boltz@claude-plugins-official(the
claude-plugins-officialmarketplace is available by default; if not found, run/plugin marketplace add anthropics/claude-plugins-officialfirst) - Claude Code — upstream marketplace (alternative):
claude plugin marketplace add boltz-bio/boltz-api-skills claude plugin install boltz@boltz-marketplace --scope user - Claude Desktop — download the latest
.mcpbbundle from the project’s Releases and install via Settings → Extensions → Advanced settings → Install Extension. - Install the
boltz-apiCLI (the skills call it; required on macOS/Linux):curl -fsSL https://install.boltz.bio/boltz-api/install.sh | shWindows PowerShell:
irm https://install.boltz.bio/boltz-api/install.ps1 | iex - Authenticate the CLI before running any skill (one-time):
boltz-api auth login --device-codeor set
export BOLTZ_API_KEY="<your-api-key>"in the shell that launches Claude Code.
What it does
Eight skills wrap the boltz-api CLI (they orchestrate job submission and result retrieval — the computation runs server-side):
boltz-cli-setup— CLI installation and authentication.boltz-structure-and-binding— 3D structure prediction with optional binding-affinity scoring.boltz-small-molecule-screen— rank a SMILES library against a target.boltz-small-molecule-design— generate novel small-molecule binders.boltz-small-molecule-adme— estimate ADME properties.boltz-protein-screen— rank proteins, peptides, and antibodies.boltz-protein-design— generate novel peptide/protein binders.boltz-check-status— monitor jobs and recover results.
Primary use cases: target structure prediction, virtual screening, de novo binder/antibody design, early-stage hit-to-lead triage.
Notes
Claude Science: Featured as a research skill in Anthropic’s Claude Science (bundled as Boltz). Its inclusion there is an independent signal of quality and trustworthiness for life-science work.
The Boltz model weights themselves are a separate research artifact (out of scope as a catalog entry); this plugin is in scope because it is an installable Claude component that calls the hosted Boltz API rather than running weights locally — no GPU is required on the user’s machine. Jobs incur API usage cost; the agent surfaces a cost estimate before submitting. Anthropic lists the plugin in the official marketplace but does not control or guarantee third-party plugin behavior. Outputs are for research use; validate predictions experimentally.
Sources
Installed this tool?
Share feedback — install path, OS, errors, workarounds. The form opens with this tool pre-selected and a link back to this page.