Bionext Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Bionext Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The simplest way to perform bioinformatics analysis through Claude Desktop - just chat in natural language, no programming required!
中文版 | English
BioNext-MCP allows you to perform complex bioinformatics analysis through natural language conversations with Claude Desktop, without writing any code!
Simply put:
#### Recommended: Official Website Installation
#### Verify Installation Open command prompt and type:
python --versionIf you see version information, installation was successful!
git clone https://github.com/your-username/BioNext-mcp.git
cd BioNext-mcpnpm install
npm run build%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"bioinformatics-workflow": {
"command": "node",
"args": ["D:\\path\\to\\BioNext-mcp\\dist\\index.js"],
"cwd": "D:\\path\\to\\BioNext-mcp",
"env": {
"PROJECT_PATH": "D:\\path\\to\\your\\analysis\\directory"
}
}
}
}Important:
I have a single-cell RNA sequencing data file data.h5ad, and I want to perform cell clustering analysis and differential expression analysis#### 🧪 Single-cell Analysis
Please help me analyze this scRNA-seq data:
- File: C:\data\pbmc3k.h5ad
- Need: quality control, normalization, clustering, marker gene identification
- Output: UMAP plot, clustering heatmap, differential expression gene list#### 🧬 Gene Expression Analysis
I have RNA-seq expression matrices from two groups:
- Control group: control_samples.csv
- Treatment group: treatment_samples.csv
- Analysis: differential expression, GO enrichment, KEGG pathway analysis
- Visualization: volcano plot, heatmap, pathway diagrams#### 📊 Data Exploration
Help me explore this gene expression dataset:
- File: gene_expression.csv
- Need: data overview, correlation analysis, PCA analysis
- Generate: statistical summary, correlation heatmap, PCA plotQ: "Python not found" error? A: Ensure Python is installed and added to PATH environment variable
Q: Package installation fails? A: System will automatically retry, or manually run pip install package_name
Q: Script execution fails? A:
Q: No HTML report generated? A: HTML reports are only generated when all scripts execute successfully, fix execution errors first
Q: What data formats are supported? A:
✅ Good description:
"Analyze single-cell data, perform quality control (filter low-quality cells), normalization, dimensionality reduction (PCA+UMAP), clustering (leiden algorithm), find marker genes for each cluster"
❌ Vague description:
"Analyze this data"✅ Use absolute paths:
"C:\Users\username\data\sample.h5ad"
❌ Relative paths may fail:
"./data/sample.h5ad"✅ Clear output:
"Generate UMAP plot, heatmap, save results to CSV file"
❌ Unclear:
"Do some visualization"For complex analyses, break into multiple conversations:
You're ready now! Open Claude Desktop, tell it what data you want to analyze, and let AI handle the complex bioinformatics analysis for you!
Remember: Describe your analysis needs in natural language, Claude will handle all the technical details for you! 🚀
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.