crosstabs for Grok
io.github.barangaroo/crosstabs
Local survey workflow and statistical crosstab analysis with auditable evidence
client:Grok
transport:stdio
runtime:pypi
Install crosstabs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"crosstabs": {
"type": "stdio",
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs