BioNext-mcp
Enables bioinformatics analysis through natural language conversations with Claude Desktop, automatically generating and executing Python scripts to produce HTML reports and visualizations.
README
BioNext-MCP: Intelligent Bioinformatics Analysis Assistant
The simplest way to perform bioinformatics analysis through Claude Desktop - just chat in natural language, no programming required!
δΈζη | English
π― What is this?
BioNext-MCP allows you to perform complex bioinformatics analysis through natural language conversations with Claude Desktop, without writing any code!
Simply put:
- π£οΈ Tell Claude what data you want to analyze in plain English
- π€ Claude automatically generates professional Python analysis scripts
- β‘ System automatically executes scripts and displays results
- π Get beautiful HTML reports and visualization charts
β¨ Key Features
𧬠Supported Analysis Types
- Single-cell RNA sequencing (scRNA-seq) - Cell clustering, differential expression, trajectory analysis
- Genomics - Variant analysis, annotation, functional enrichment
- Transcriptomics - Differential expression, pathway analysis, co-expression networks
- Proteomics - Protein identification, quantitative analysis
- Multi-omics integration - Data fusion, correlation analysis
π¨ Smart Features
- Automatic environment setup - Detects Python, auto-installs required packages (pandas, numpy, matplotlib, etc.)
- UTF-8 encoding support - Perfect support for international characters
- Visualization-first - Automatically generates charts and displays them in HTML reports
- Quality assurance - Focuses on code completeness and analysis accuracy
- Error handling - Smart diagnosis of issues with solution suggestions
π Quick Start
Step 1: Install Python Environment
Recommended: Official Website Installation
- Visit https://www.python.org/downloads/
- Download Python 3.9 or higher
- Make sure to check "Add Python to PATH" during installation
Verify Installation
Open command prompt and type:
python --version
If you see version information, installation was successful!
Step 2: Install BioNext-MCP
- Download Project
git clone https://github.com/your-username/BioNext-mcp.git
cd BioNext-mcp
- Install Dependencies
npm install
npm run build
Step 3: Configure Claude Desktop
-
Find Configuration File
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Windows:
-
Add Configuration
{
"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:
- Replace paths with your actual installation paths
- Set analysis directory to where you want results saved
- Restart Claude Desktop
π‘ How to Use
Basic Conversation Flow
- Describe Your Analysis Needs
I have a single-cell RNA sequencing data file data.h5ad, and I want to perform cell clustering analysis and differential expression analysis
- Claude will generate analysis scripts and execute them automatically
- Get detailed HTML reports including:
- Execution results and statistics
- Generated charts and visualizations
- Complete analysis logs
Practical Examples
π§ͺ 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 plot
π¨ Beautiful Reports
HTML Report Features
- π Visualization Gallery - Automatically detects and displays generated images
- π Interactive Viewing - Click images to zoom and view
- π Detailed Logs - Complete execution process records
- π Statistical Summary - Script execution status and performance metrics
Automatic Browser Opening
- Reports automatically open in browser after analysis completion
- If not auto-opened, manually open the generated HTML file
π οΈ Common Issues
Python-related
Q: "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
Analysis-related
Q: Script execution fails? A:
- Check if data file paths are correct
- Confirm data format meets requirements
- Check error logs for detailed information
Q: No HTML report generated? A: HTML reports are only generated when all scripts execute successfully, fix execution errors first
Data Formats
Q: What data formats are supported? A:
- CSV, TSV, Excel files
- HDF5 format (.h5, .h5ad)
- FASTA, FASTQ sequence files
- VCF variant files
- Other common bioinformatics formats
π― Usage Tips
1. Clear Description of Needs
β
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"
2. Provide Complete File Paths
β
Use absolute paths:
"C:\Users\username\data\sample.h5ad"
β Relative paths may fail:
"./data/sample.h5ad"
3. Specify Output Requirements
β
Clear output:
"Generate UMAP plot, heatmap, save results to CSV file"
β Unclear:
"Do some visualization"
4. Step-by-step Analysis
For complex analyses, break into multiple conversations:
- First: Data loading and quality control
- Second: Normalization and dimensionality reduction
- Third: Clustering and visualization
- Fourth: Differential analysis
π Start Your Bioinformatics Journey
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!
π Get Help
- GitHub Issues: Report problems or suggest improvements
- Documentation: View detailed usage documentation
- Examples: Reference example analysis cases
Remember: Describe your analysis needs in natural language, Claude will handle all the technical details for you! π
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.