MCP.so
登录

Scanpy-MCP

@scmcphub

关于 Scanpy-MCP

MCP server for scanpy

基本信息

分类

其他

许可证

BSD-3-Clause

运行时

python

传输方式

stdio

发布者

scmcphub

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Scanpy-MCP?

Scanpy-MCP is a natural language interface for single-cell RNA-Seq (scRNA-Seq) analysis that wraps Scanpy functions through the Model Context Protocol (MCP). It allows users and agent developers to perform IO, preprocessing, clustering, differential expression, and plotting using plain language.

How to use Scanpy-MCP?

Install via pip install scanpy-mcp and run scanpy-mcp run to start the server. Configure it in any MCP-compatible client (e.g., Cherry Studio, Cline) using either a local command or a remote SHTTP endpoint.

Key features of Scanpy-MCP

  • IO module: read and write scRNA-Seq data
  • Preprocessing: filtering, QC, normalization, scaling, HVG, PCA, Neighbors
  • Tool module: clustering, differential expression
  • Plotting module: violin, heatmap, dotplot
  • Works with any MCP-supporting AI client or framework
  • Supports local and remote (SHTTP) transport

Use cases of Scanpy-MCP

  • Perform complete scRNA-Seq analysis using natural language commands
  • Integrate Scanpy functions into AI agent applications
  • Run analysis interactively in MCP-aware chatbots like Cherry Studio
  • Automate single-cell data processing pipelines through agent frameworks

FAQ from Scanpy-MCP

How do I install Scanpy-MCP?

Install from PyPI using pip install scanpy-mcp and run scanpy-mcp run to test.

What transport options does Scanpy-MCP support?

It supports standard input/output (stdio) for local use and SHTTP for remote access.

Which MCP clients can I use with Scanpy-MCP?

It works with any MCP client, such as Cherry Studio, Cline, and agent frameworks like Agno.

What analysis modules are available in Scanpy-MCP?

It provides IO, preprocessing, clustering/differential expression (tools), and plotting modules.

评论

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