Crosstabs
Rank #726io.github.barangaroo/crosstabs
Local survey workflow and statistical crosstab analysis with auditable evidence
Crosstabs is a Model Context Protocol (MCP) server published by barangaroo. It ranks #726 of 115,460 servers tracked on MCP Toplist, and its repository has 405 GitHub stars. Crosstabs is listed on Official MCP, with 6 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 114,734 of 115,460 servers on MCP Toplist.
Use Crosstabs
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add crosstabs -- uvx crosstabs[mcp_servers.crosstabs]
command = "uvx"
args = ["crosstabs"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"crosstabs": {
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"crosstabs": {
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crosstabs": {
"type": "stdio",
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crosstabs": {
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crosstabs": {
"command": "uvx",
"args": [
"crosstabs"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.barangaroo%2Fcrosstabs)<a href="https://mcptoplist.com/server/io.github.barangaroo%2Fcrosstabs"><img src="https://mcptoplist.com/badge/io.github.barangaroo%2Fcrosstabs.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
barangaroo
Other servers by barangaroo
View all barangaroo servers →Available versions (6)
| Version | Published |
|---|---|
| 1.1.3 | Aug 13, 2026 |
| 1.0.4 | Aug 13, 2026 |
| 1.0.2 | Jan 30, 2026 |
| 1.0.1 | Jan 30, 2026 |
| 1.0.0 | Jan 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Crosstabs?
- Crosstabs is maintained by barangaroo, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Crosstabs listed on the Official MCP Registry?
- Yes — Crosstabs is listed on the Official MCP Registry.
- How many versions does Crosstabs have?
- MCP Toplist tracks 6 versions of Crosstabs, most recently published on Aug 13, 2026.
- Where can I find the source code for Crosstabs?
- The source code for Crosstabs is hosted at github.com/barangaroo/crosstabs-lite.