Claude Code Setup
Add BioContext7 to Claude Code with a single command
One-Liner Install
Add BioContext7 to Claude Code with a single command — no config files, no manual setup.
Option 1: npx (recommended)
This registers @biocontext7/mcp as a stdio MCP server. Claude Code will auto-install the package via npx on first use.
Option 2: HTTP remote (zero install)
Connects directly to the hosted BioContext7 API. No local packages installed — ideal for quick trials or shared environments.
Verify It Works
After running either command, test that the MCP tools are available:
Expected: Claude queries BioContext7 via resolve-library-id and returns tools like STAR, HISAT2, and Salmon with up-to-date documentation.
Test individual tools
| Prompt | Tool Fired | Expected Result |
|---|---|---|
| "Find bioinformatics tools for variant calling" | resolve-library-id | Returns GATK, FreeBayes, DeepVariant |
| "Get docs for scanpy" | resolve-library-id then get-library-docs | Returns scanpy documentation snippets |
What Gets Installed
The @biocontext7/mcp package provides two MCP tools:
| Tool | Description |
|---|---|
resolve-library-id | Search 25,000+ bioinformatics tools by name or keyword. Returns matched tool IDs with metadata. |
get-library-docs | Fetch versioned documentation for a specific tool. Supports topic filtering and token budget control. |
Removing BioContext7
To remove the MCP server from Claude Code:
Next Steps
- All client integrations — Cursor, VS Code, Claude Desktop, and more
- Available MCP tools — Full tool reference
- Transport options — stdio vs HTTP