methods-mcp
Provides MCP tool adapters for Bioconductor methods like limma, DESeq2, and fgsea, enabling statistical analysis of omics data through containerized R execution. It serves as a bridge between MCP clients and bioinformatics tools for reproducible research workflows.
README
methods-mcp
Bioconductor method adapters for the md-lab substrate. Each adapter wraps one method (limma, fgsea, DESeq2, …) as an MCP tool backed by a small FastAPI-in-Docker container that runs R via rpy2.
Replaces the originally planned playbase-mcp. OmicsPlayground is CC BY-NC-ND (commercial-unsafe); we wrap Bioconductor directly. See md-lab/NOTES.md §3.
Status
v0.1.0 skeleton. Only limma is scaffolded, and its container doesn't exist yet — tool calls return status: "container_unavailable" until the container ships. This repo exists to prove the adapter pattern end-to-end.
Architecture
Cowork / Codex / Jupyter
↓ MCP tool call: limma(intensity_parquet=..., contrast=..., ...)
methods-mcp (FastMCP, this repo)
↓ HTTP POST /run
method-limma container (FastAPI + rpy2, separate repo)
↓ rpy2
R: limma::eBayes(limma::lmFit(...))
↑ result parquet
methods-mcp
↑ {results_parquet, summary, methods_sentence, provenance}
Caller
Each adapter has four files: manifest.yaml, adapter.py, Dockerfile, README.md. See src/methods_mcp/adapters/limma/ for the reference shape.
Core ship list (W2–W3)
| Method | Status | Container |
|---|---|---|
| limma | skeleton | not built |
| fgsea | — | — |
| fisher_ora | — | — |
| DESeq2 | — | — |
| WGCNA | — | — |
| glmnet + RF | — | — |
| survival (coxph) | — | — |
| sva + ComBat | — | — |
Single-cell (Seurat, monocle3, Azimuth) is also in v0.1 scope per interview answers §Q4.
Install
pip install -e ".[dev]"
pytest
# run server
python mcp_server.py # stdio transport
python mcp_server_http.py # HTTP transport, port 7102
Community registry
Once the pattern holds, any contributor can ship an adapter package: manifest.yaml + adapter.py + Dockerfile + README.md. md-lab methods install <name> fetches from the central YAML index in webwebb56/md-methods-registry. Homebrew-style install-by-fetch, not npm-style auto-resolution.
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.