BioOpenMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BioOpenMCPRun FastQC on my sample.fastq file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenBioMCP
OpenBioMCP is a Python package for running Model Context Protocol (MCP) tools, including FastQC integration and other bioinformatics utilities with comprehensive background execution and status checking capabilities.
Installation
pip install openbiomcpMCP Configuration
After installation, you need to configure the MCP server in Claude Desktop:
Step 1: Find the installation path
Mac:
which openbiomcpExample output: /opt/anaconda3/bin/openbiomcp
Windows:
where openbiomcpCopy the path from the output.
Step 2: Configure Claude Desktop
Add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"BioOpenMCP": {
"command": "<PATH>"
}
}
}Example for Mac:
{
"mcpServers": {
"BioOpenMCP": {
"command": "/opt/anaconda3/bin/openbiomcp"
}
}
}Replace <PATH> with the actual path from Step 1.
Step 3: Restart Claude Desktop
After adding the configuration, restart Claude Desktop to load the MCP server.
Features
Modular design - Organized by feature/domain for scalability
Background execution - Run long-running bioinformatics tools without blocking
Real-time status monitoring - Check job progress and retrieve results
Job management - Start, stop, and clean up background jobs
CLI entry point - Command-line interface for easy access
MCP integration - Expose tools through Model Context Protocol
Ready for PyPI distribution
Available Bioinformatics Tools
Tool | Purpose | Trigger Prompt Examples |
FastQC | Quality control analysis for FASTQ files | "Run FastQC on my sample.fastq file" "Check the quality of my sequencing data" "Generate a quality report for sample_R1.fastq" |
Cutadapt | Adapter trimming for sequencing data | "Trim adapters from my FASTQ file" "Remove adapter sequences using cutadapt" "Clean my sequencing data with adapter trimming" |
Trim Galore | Automated adapter and quality trimming | "Run Trim Galore on my FASTQ file" "Quality trim my sequencing data" "Automatically trim adapters and low quality bases" |
STAR Alignment | RNA-seq alignment tool | "Align my FASTQ files to the genome using STAR" "Run RNA-seq alignment with STAR" "Map my reads to the reference genome" |
MultiQC | Aggregate bioinformatics analysis results | "Generate a MultiQC report for my analysis" "Summarize all my QC results" "Create a comprehensive report of my bioinformatics analysis" |
Tool Categories
Quality Control
FastQC: Comprehensive quality control analysis
MultiQC: Aggregate and visualize QC results
Data Processing
Cutadapt: Precise adapter trimming
Trim Galore: Automated quality and adapter trimming
Alignment
STAR: High-performance RNA-seq alignment
Genome Indexing: Build STAR genome indices
Background Execution
All tools support background execution with real-time monitoring:
Start jobs in the background
Check job status and progress
Retrieve results when complete
Stop or cancel running jobs
Clean up completed jobs
Usage Examples
FastQC Examples
Install FastQC
Install FastQC on my systemor
Check if FastQC is installed and install it if neededRun FastQC in Background
Run FastQC on my sample.fastq file in the backgroundor
Check the quality of my sequencing data with FastQCCheck FastQC Status
Check the status of my FastQC jobor
What's the progress of my quality control analysis?Get FastQC Results
Get the FastQC report for my analysisor
Show me the quality control resultsCutadapt Examples
Install Cutadapt
Install cutadapt for adapter trimmingRun Cutadapt in Background
Trim adapters from my FASTQ file using cutadaptor
Remove adapter sequences from sample.fastqCheck Cutadapt Status
Check the status of my adapter trimming jobTrim Galore Examples
Install Trim Galore
Install Trim Galore for automated trimmingRun Trim Galore in Background
Run Trim Galore on my FASTQ fileor
Quality trim my sequencing data with Trim GaloreCheck Trim Galore Status
Check the status of my Trim Galore jobSTAR Alignment Examples
Install STAR
Install STAR for RNA-seq alignmentGenerate Genome Index
Generate a STAR genome index for my reference genomeor
Build a genome index for STAR alignmentRun STAR Alignment in Background
Align my FASTQ files to the genome using STARor
Run RNA-seq alignment with STAR on my dataCheck STAR Status
Check the status of my STAR alignment jobMultiQC Examples
Install MultiQC
Install MultiQC for report aggregationRun MultiQC
Generate a MultiQC report for my analysisor
Summarize all my QC results with MultiQCJob Management Examples
List All Jobs
Show me all running background jobsor
List my current bioinformatics jobsStop a Job
Stop my FastQC jobor
Cancel my running alignmentClean Up Jobs
Clean up completed jobsor
Remove finished job informationAdvanced Usage
Custom Parameters
Run FastQC on sample.fastq with custom parametersTrim adapters with specific adapter sequence: AGATCGGAAGAGCRun Trim Galore with quality threshold 20 and minimum length 50Paired-End Analysis
Run FastQC on paired-end reads: sample_R1.fastq and sample_R2.fastqAlign paired-end RNA-seq data with STARBatch Processing
Run FastQC on all FASTQ files in my directoryGenerate MultiQC report for all my analysis resultsThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JesKwek/OpenBioMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server