Dataset Filter & Transform for Claude Desktop
io.github.nero-engine/dataset-filter-transform
Clean, filter and reshape JSON rows in one call: 26 transforms, 25 filters, sort, dedupe, limit.
client:Claude Desktop
transport:streamable-http
tools:2
Install Dataset Filter & Transform in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dataset-filter-transform": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dataset-filter-transform.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