Dataset Join & Merge for Claude Desktop
io.github.nero-engine/dataset-join-merge
Join two lists of JSON rows on a key, like SQL or VLOOKUP: left, inner, full, anti joins, union.
client:Claude Desktop
transport:streamable-http
tools:2
Install Dataset Join & Merge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dataset-join-merge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dataset-join-merge.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