SCMCP
SCMCP
¡Un servidor MCP para análisis de scRNA-Seq con lenguaje natural!
🪩¿Qué puede hacer?
Módulo IO que lee y escribe datos scRNA-Seq con lenguaje natural
Módulo de preprocesamiento, como filtrado, control de calidad, normalización, escalado, genes altamente variables, PCA, vecinos,...
Módulo de herramientas, como agrupamiento, expresión diferencial, etc.
Módulo de gráficos, como violín, mapa de calor y diagrama de puntos
análisis de la comunicación célula-célula
Related MCP server: SCMCP
❓¿Para quién es esto?
¡Cualquiera que quiera hacer análisis de scRNA-Seq en lenguaje natural!
Desarrolladores de agentes que desean llamar a las funciones de scanpy para sus aplicaciones
🌐¿Dónde utilizarlo?
Puede usar scmcp en la mayoría de los clientes de IA, complementos o marcos de agentes que admiten MCP:
Clientes de IA, como Cherry Studio
Complementos, como Cline
Marcos de agentes, como Agno
🎬 Demostración
Una demostración que muestra el análisis de grupos de células scRNA-Seq en un cliente de IA Cherry Studio utilizando lenguaje natural basado en scmcp
https://github.com/user-attachments/assets/93a8fcd8-aa38-4875-a147-a5eeff22a559
🏎️ Inicio rápido
Instalar
Instalar desde PyPI
pip install scmcpPuedes probarlo ejecutando
scmcp runejecutar scnapy-server localmente
Consulte la siguiente configuración en su cliente MCP:
"mcpServers": {
"scmcp": {
"command": "scmcp",
"args": [
"run"
]
}
}ejecutar scnapy-server de forma remota
Consulte la siguiente configuración en su cliente MCP:
Ejecútalo en tu servidor
scmcp run --transport sse --port 8000Luego configura tu cliente MCP, de la siguiente manera:
http://localhost:8000/sse🤝 Contribuyendo
Si tiene alguna pregunta, puede enviar un problema o contactarme ( hsh-me@outlook.com ). ¡También agradecemos sus contribuciones al código!
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 Servers
- AlicenseBqualityAmaintenanceNatural language-driven spatial transcriptomics analysis via MCP. Integrates 60+ methods for preprocessing, visualization, spatial statistics, cell communication, deconvolution, and trajectory analysis.2043MIT
- Alicense-qualityCmaintenanceAn MCP server that enables scRNA-Seq analysis through natural language, providing tools for data preprocessing, clustering, and biological visualization. It supports both predefined function execution and a flexible code mode powered by a Jupyter backend for automated single-cell transcriptomics workflows.15BSD 3-Clause
- Flicense-qualityCmaintenanceProvides a natural language interface for single-cell RNA-Seq analysis using the decoupleR framework. It enables users to perform biological pathway inference, data clustering, and visualization through MCP-compatible AI clients.4
- Flicense-qualityCmaintenanceEnables natural language interaction for scRNA-Seq analysis including preprocessing, clustering, and visualization using the CellRank library. It allows users and agents to perform complex genomic data tasks through standard MCP clients and frameworks.2
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Appeared in Searches
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/huang-sh/scmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server