Scanpy MCP server
@huang-sh
关于 Scanpy MCP server
MCP server for Scanpy
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Scanpy MCP server?
An MCP server that enables natural language interaction with the scRNA‑Seq analysis software Scanpy. It is intended for anyone wanting to perform single‑cell RNA‑Seq analysis via natural language, and for agent developers who wish to call Scanpy functions from their applications.
How to use Scanpy MCP server?
Install via pip install scanpy-mcp. To test locally, run scmcp run and configure your MCP client with "command": "scanpy-mcp" and "args": ["run"]. For remote access, use --transport shttp --port 8000 and point the client to http://localhost:8000/mcp.
Key features of Scanpy MCP server?
- Read/write scRNA-Seq data using natural language
- Preprocessing: filtering, QC, normalization, scaling
- Highly-variable genes and PCA/Neighbors computations
- Clustering and differential expression via the tool module
- Plotting: violin, heatmap, dotplot
Use cases of Scanpy MCP server?
- Perform complete scRNA-Seq analysis pipelines by describing steps in plain English.
- Enable AI agents or chatbots to run Scanpy analyses without writing code.
- Integrate Scanpy functionality into MCP‑compatible clients for interactive cell‑type annotation.
- Rapidly prototype clustering or differential expression with natural language instructions.
FAQ from Scanpy MCP server
What modules of Scanpy are covered?
The server supports the IO module (read/write), preprocessing (filtering, normalization, HVG, PCA, neighbors), tools (clustering, differential expression), and plotting (violin, heatmap, dotplot).
How do I run the server locally versus remotely?
Locally, invoke scmcp run and configure your MCP client to launch it. For remote use, start with --transport shttp --port 8000 and set the client URL to http://localhost:8000/mcp.
Is this server still maintained?
No. The repository is no
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论