Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

BioOpenMCP

БесплатноНе проверен

BioOpenMCP enables users to run bioinformatics tools like FastQC, Cutadapt, and STAR with background execution and status checking. It integrates with Claude De

GitHubEmbed

Описание

BioOpenMCP enables users to run bioinformatics tools like FastQC, Cutadapt, and STAR with background execution and status checking. It integrates with Claude Desktop to perform quality control, trimming, alignment, and reporting via natural language.

README

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 openbiomcp

MCP Configuration

After installation, you need to configure the MCP server in Claude Desktop:

Step 1: Find the installation path

Mac:

which openbiomcp

Example output: /opt/anaconda3/bin/openbiomcp

Windows:

where openbiomcp

Copy 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 system

or

Check if FastQC is installed and install it if needed

Run FastQC in Background

Run FastQC on my sample.fastq file in the background

or

Check the quality of my sequencing data with FastQC

Check FastQC Status

Check the status of my FastQC job

or

What's the progress of my quality control analysis?

Get FastQC Results

Get the FastQC report for my analysis

or

Show me the quality control results

Cutadapt Examples

Install Cutadapt

Install cutadapt for adapter trimming

Run Cutadapt in Background

Trim adapters from my FASTQ file using cutadapt

or

Remove adapter sequences from sample.fastq

Check Cutadapt Status

Check the status of my adapter trimming job

Trim Galore Examples

Install Trim Galore

Install Trim Galore for automated trimming

Run Trim Galore in Background

Run Trim Galore on my FASTQ file

or

Quality trim my sequencing data with Trim Galore

Check Trim Galore Status

Check the status of my Trim Galore job

STAR Alignment Examples

Install STAR

Install STAR for RNA-seq alignment

Generate Genome Index

Generate a STAR genome index for my reference genome

or

Build a genome index for STAR alignment

Run STAR Alignment in Background

Align my FASTQ files to the genome using STAR

or

Run RNA-seq alignment with STAR on my data

Check STAR Status

Check the status of my STAR alignment job

MultiQC Examples

Install MultiQC

Install MultiQC for report aggregation

Run MultiQC

Generate a MultiQC report for my analysis

or

Summarize all my QC results with MultiQC

Job Management Examples

List All Jobs

Show me all running background jobs

or

List my current bioinformatics jobs

Stop a Job

Stop my FastQC job

or

Cancel my running alignment

Clean Up Jobs

Clean up completed jobs

or

Remove finished job information

Advanced Usage

Custom Parameters

Run FastQC on sample.fastq with custom parameters
Trim adapters with specific adapter sequence: AGATCGGAAGAGC
Run Trim Galore with quality threshold 20 and minimum length 50

Paired-End Analysis

Run FastQC on paired-end reads: sample_R1.fastq and sample_R2.fastq
Align paired-end RNA-seq data with STAR

Batch Processing

Run FastQC on all FASTQ files in my directory
Generate MultiQC report for all my analysis results

from github.com/JesKwek/OpenBioMCP

Установить BioOpenMCP в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install bioopenmcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add bioopenmcp -- uvx openbiomcp

FAQ

BioOpenMCP MCP бесплатный?

Да, BioOpenMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для BioOpenMCP?

Нет, BioOpenMCP работает без API-ключей и переменных окружения.

BioOpenMCP — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить BioOpenMCP в Claude Desktop, Claude Code или Cursor?

Открой BioOpenMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare BioOpenMCP with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai