ChatSpatial for Cursor
io.github.cafferychen777/chatspatial
Schema-enforced spatial transcriptomics analysis with 20 tools and 66 methods via MCP
client:Cursor
transport:stdio
runtime:pypi
Install ChatSpatial in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chatspatial": {
"type": "stdio",
"command": "uvx",
"args": [
"chatspatial"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs