Dataset Cleaner & Exporter for Claude Desktop
io.github.nero-engine/dataset-cleaner-exporter
Dedupe, flatten and clean messy JSON rows (emails, phones, URLs, HTML) in one call, as JSON or CSV.
client:Claude Desktop
transport:streamable-http
tools:2
Install Dataset Cleaner & Exporter in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dataset-cleaner-exporter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dataset-cleaner-exporter.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