Skip to content
Cursor

crosstabs for Cursor

io.github.barangaroo/crosstabs

Local survey workflow and statistical crosstab analysis with auditable evidence

client:Cursor transport:stdio runtime:pypi

Install crosstabs in Cursor

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

{
  "mcpServers": {
    "crosstabs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crosstabs"
      ]
    }
  }
}

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

crosstabs in other clients