MCP.so
登录

decoupler-MCP

@scmcphub

关于 decoupler-MCP

MCP server for biological activities analysis using decoupler

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

scmcphub

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is decoupler-MCP?

decoupler-MCP is a natural language interface for scRNA-Seq analysis that works with decoupler through the Model Context Protocol (MCP). It is designed for anyone who wants to perform single-cell RNA sequencing analysis using natural language, as well as agent developers who need to call decoupler’s functions programmatically.

How to use decoupler-MCP?

Install the package via pip (pip install decoupler-mcp) and test it by running decoupler-mcp run. For local use, configure your MCP client with the command path and arguments; for remote use, run the server with --transport shttp --port 8000 and point your client to the corresponding URL. The server is supported in AI clients (e.g., Cherry Studio), plugins (e.g., Cline), and agent frameworks (e.g., Agno).

Key features of decoupler-MCP

  • IO module for reading and writing scRNA-Seq data
  • Pathway activity and transcription factor inference
  • Tool module including clustering and differential expression
  • Plotting module with violin, UMAP, and t-SNE visuals
  • Runs locally or remotely via SSE HTTP transport
  • Plugs into multiple MCP-compatible AI clients and frameworks

Use cases of decoupler-MCP

  • Perform whole scRNA-Seq analysis pipelines using natural language commands
  • Integrate decoupler’s biological activity inference into AI agent workflows
  • Automate clustering and differential expression analysis without coding
  • Visualize single-cell data with UMAP, t-SNE, or violin plots interactively

FAQ from decoupler-MCP

What can decoupler-MCP do?

It can read and write scRNA-Seq data, infer pathway activity and transcription factors, perform clustering and differential expression, and create plots such as violin, UMAP, and t-SNE.

Who is this for?

This tool is for anyone who wants to do scRNA-Seq analysis in natural language, and for agent developers who want to call decoupler’s functions from their applications.

How do I install and configure decoupler-MCP?

Install with pip install decoupler-mcp. Then run decoupler-mcp run locally and configure your MCP client with the command and arguments. For remote use, start the server with --transport shttp --port 8000 and set the client’s URL to http://localhost:8000/mcp.

Can I run decoupler-MCP on a remote server?

Yes. You can run the server on a remote machine using decoupler-mcp run --transport shttp --port 8000 and then connect your local MCP client to the server’s URL.

Where can I find more documentation?

Complete documentation is available at https://docs.scmcphub.org.

评论

其他 分类下的更多 MCP 服务器