Skip to content
Claude Desktop

Dataset Aggregate & Pivot for Claude Desktop

io.github.nero-engine/dataset-aggregate-pivot

GROUP BY and pivot tables for JSON rows: 11 functions, date buckets, top N, totals, messy numbers.

client:Claude Desktop transport:streamable-http tools:2

Install Dataset Aggregate & Pivot in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dataset-aggregate-pivot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dataset-aggregate-pivot.nerolabs.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Dataset Aggregate & Pivot in other clients