Chatspatial MCP Server

ChatSpatial replaces ad-hoc LLM code generation with **schema-enforced orchestration**. Instead of generating arbitrary scripts, the LLM selects

Local serverstdioPython

What is the Chatspatial MCP server?

ChatSpatial replaces ad-hoc LLM code generation with schema-enforced orchestration. Instead of generating arbitrary scripts, the LLM selects tools and parameters from a curated registry, making spatial transcriptomics workflows more. That is what the chatspatial mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • Category — Example methods
  • Visualization — Spatial plots, Embedding plots, Gene expression overlays
  • Deconvolution — FlashDeconv, Cell2location, RCTD, DestVI, Stereoscope, SPOTlight, Tangram, CARD
  • Guide — Use this when..

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

How it compares

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Chatspatial's toolset — Category, Visualization, Deconvolution and 1 more — is a fair guide to whether it matches your workflow. It is maintained by cafferychen777; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Chatspatial's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CategoryExample methods
VisualizationSpatial plots, Embedding plots, Gene expression overlays
DeconvolutionFlashDeconv, Cell2location, RCTD, DestVI, Stereoscope, SPOTlight, Tangram, CARD
GuideUse this when...

Example prompts to try

  • Use Chatspatial to Category.
  • Use Chatspatial to Visualization.
  • Use Chatspatial to Deconvolution.

Frequently asked questions

It connects Chatspatial to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Category, Visualization, Deconvolution, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Chatspatial directly.