BioContext7

Claude Desktop

Use BioContext7 as an MCP server in the Claude Desktop app

Setup

Add BioContext7 to your Claude Desktop configuration file.

Config file location

PlatformPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json

Local stdio

{
  "mcpServers": {
    "biocontext7": {
      "command": "npx",
      "args": ["-y", "@biocontext7/mcp"]
    }
  }
}

Remote HTTP

When api.biocontext7.com is deployed:

{
  "mcpServers": {
    "biocontext7": {
      "type": "http",
      "url": "https://api.biocontext7.com/mcp"
    }
  }
}

After editing

Restart Claude Desktop to pick up the new MCP server configuration.

Usage

Once configured, ask Claude to use BioContext7 tools:

"Search for RNA-seq alignment tools"
"Get documentation for BWA"
"What bioinformatics tools handle FASTQ files?"

On this page