Skip to main content
Science & ResearchPython

cafferychen777/ChatSpatial

MCP server for spatial transcriptomics analysis with 60+ integrated methods covering cell annotation, deconvolution, spatial statistics, and visualization.

biology-medicine-and-bioinformaticslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cafferychen777/ChatSpatial

Claude Desktop configuration example:

{
  "mcpServers": {
    "chatspatial": {
      "command": "npx",
      "args": [
        "-y",
        "cafferychen777/ChatSpatial"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
cafferychen777