Skip to content
Cursor

cxg-census-mcp for Cursor

io.github.maxmlang/cxg-census-mcp

MCP server for the CZ CELLxGENE Census. Single-cell, ontology-aware. Community, unaffiliated.

client:Cursor transport:stdio runtime:pypi

Install cxg-census-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cxg-census-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cxg-census-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cxg-census-mcp in other clients