rnaseq-plot-mcp
rnaseq-plot-mcp
MCP de generación de gráficos / análisis downstream de RNA-seq (antes llamado rgraph). Envuelve un conjunto de scripts de trazado R parametrizados (ggplot2 / pheatmap / clusterProfiler / edgeR / limma / WGCNA …) como herramientas MCP, renderizados por Rscript local en png + pdf.
Consume las tablas count / FPKM del propio usuario, sin vincular a ningún genoma de especie ni matriz de expresión.
Por qué es «motor R + MCP Python»
Fiel: no redibuja en Python, impulsa directamente R.
Parametrizado: sin
setwd()codificado, entrada/salida/umbrales/colores van por parámetros.Degradación elegante: si no encuentra Rscript → devuelve un
.Rejecutable manualmente; si falta un paquete → devuelve el nombre del paquete y el comando de instalación.Reproducible:
--no-init-file --no-site-file, oculta el banner del.Rprofiledel usuario.
Motor R
Prioridad: variable de entorno RGRAPH_RSCRIPT → Rscript en PATH → C:\Program Files\R\... / registro.
$env:RGRAPH_RSCRIPT = "C:\Program Files\R\R-4.5.1\bin\Rscript.exe"
uv run rgraph-cliFormato de datos
Archivo | Columnas obligatorias |
|
|
|
|
|
|
Resultado de diferencias |
|
La determinación de genes diferenciales usa por defecto padj (FDR).
Herramientas (34)
Núcleo: rgraph_env rgraph_normalize rgraph_correlation rgraph_pca rgraph_distribution rgraph_diff rgraph_volcano rgraph_heatmap rgraph_enrich rgraph_go_plot rgraph_kegg_plot rgraph_ppi rgraph_gsea
Avanzado: Venn/cuadrantes/volcán apilado, WGCNA, red, ssGSEA, diagrama circular, Sankey, volcán interactivo, etc. Cuando falta ComplexHeatmap, el heatmap retrocede a pheatmap; cuando falta DESeq2, se puede usar edgeR/limma.
WGCNA → red: rgraph_wgcna exporta Cytoscape_edges_*.txt y luego se pasa a rgraph_network(mode="edge").
Registro
{
"mcpServers": {
"r-analysis": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/rnaseq-plot-mcp", "server.py"],
"env": { "RGRAPH_RSCRIPT": "/path/to/Rscript" }
}
}
}Las matrices de prueba sintéticas están en tests/data/ (g1–g10, sin datos experimentales reales).
Los nombres de las herramientas MCP siguen siendo rgraph_* (por ejemplo, rgraph_volcano), compatibles con la configuración local de Cursor.
Licencia
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
EBI Expression Atlas MCP.
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Presisitence/rnaseq-plot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server