AgentHubAgentHub

ChatSpatial

MCP ServerMCP Registry官方收录

io.github.cafferychen777/chatspatial · v1.2.10

Natural language-driven spatial transcriptomics analysis with 60+ methods via MCP

概览

ChatSpatial 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "chatspatial": {
      "command": "uvx",
      "args": [
        "chatspatial"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.cafferychen777/chatspatial",
  "type": "mcp-server",
  "version": "1.2.10",
  "displayName": "ChatSpatial",
  "description": "Natural language-driven spatial transcriptomics analysis with 60+ methods via MCP",
  "repository": {
    "url": "https://github.com/cafferychen777/ChatSpatial",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "chatspatial",
        "version": "1.2.10",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.cafferychen777/chatspatial",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cafferychen777%2Fchatspatial/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ChatSpatial — MCP Server 安装与配置 · AgentHub