BioContext7

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.

claude mcp add biocontext7 -- npx -y @biocontext7/mcp@latest

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)

claude mcp add --transport http biocontext7 https://mcp.biocontext7.com/mcp

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:

You: "What tools should I use for RNA-seq alignment?"

Expected: Claude queries BioContext7 via resolve-library-id and returns tools like STAR, HISAT2, and Salmon with up-to-date documentation.

Test individual tools

PromptTool FiredExpected Result
"Find bioinformatics tools for variant calling"resolve-library-idReturns GATK, FreeBayes, DeepVariant
"Get docs for scanpy"resolve-library-id then get-library-docsReturns scanpy documentation snippets

What Gets Installed

The @biocontext7/mcp package provides two MCP tools:

ToolDescription
resolve-library-idSearch 25,000+ bioinformatics tools by name or keyword. Returns matched tool IDs with metadata.
get-library-docsFetch versioned documentation for a specific tool. Supports topic filtering and token budget control.

Removing BioContext7

To remove the MCP server from Claude Code:

claude mcp remove biocontext7

Next Steps

On this page