mcpbeat Sign in

ChatSpatial MCP Server

by cafferychen777 Your server? Claim it
local only

ChatSpatial runs on your own machine — the client starts it, so there is no endpoint to ping. 479 installs a week from pypi. Last commit 15 Aug 2026.

Schema-enforced spatial transcriptomics analysis with 20 tools and 66 methods via MCP

Installs per day peak 1 836 · avg 257 · -37% w/w
a month agotoday
479
Installs / week
pypi · chatspatial
44
Stars
4 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                strength_file = os.path.join(
                    output_dir, f"{task_id}_average_interactions_strength.tsv"
                )

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chatspatial -- uvx chatspatial
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chatspatial": {
      "args": [
        "chatspatial"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chatspatial]
command = "uvx"
args = ["chatspatial"]
.cursor/mcp.json
{
  "mcpServers": {
    "chatspatial": {
      "args": [
        "chatspatial"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chatspatial": {
      "args": [
        "chatspatial"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ChatSpatial

same job, measured the same way
I
Depyler MCP
by noahgift

MCP server for Depyler: Python-to-Rust transpiler with analysis and verification tools

local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Google Analytics 4
by mindstone

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

39 installs/wk local only
Contendeo
by contendeo

Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.

answering
Speechmatics
by usefulapi

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

7 tools answering
Godotiq
by salvo10f

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

464 installs/wk local only
NFL MCP
by nflmcp

NFL analytics tools for AI agents: stats, fantasy, injuries, schedules, and advanced analysis.

answering
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only

ChatSpatial — questions

Answers built from our own checks of this server.

Why is there no uptime for ChatSpatial?
ChatSpatial runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package chatspatial was installed 479 times last week.
How do I connect ChatSpatial?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chatspatial straight from pypi; nothing to host, nothing to sign up for.
How many people use ChatSpatial?
The pypi package chatspatial was installed 479 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ChatSpatial open source?
Yes — it is published under the MIT licence, written in Python, 44 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.