MCP Catalogs
Home

ChatSpatial vs time

Side-by-side comparison to help you pick between these two MCP servers.

ChatSpatial
by cafferychen777
time
by modelcontextprotocol
Stars★ 37★ 85,748
30d uses
Score4777
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

ChatSpatial · Summary

MCP server for spatial transcriptomics analysis through natural language interfaces.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ChatSpatial · Use cases

  • Spatial transcriptomics data analysis using natural language prompts
  • Reproducible spatial biology workflows across different MCP clients
  • Integration of multiple spatial transcriptomics methods through a unified interface

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

ChatSpatial · Install

Installation

Python Installation

pip install chatspatial

Docker Installation

docker pull ghcr.io/cafferychen777/chatspatial:v1.2.9

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "chatspatial": {
      "command": "python",
      "args": ["-m", "chatspatial", "run"]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.