Local MCP server exposing qsv CLI tools for CSV processing: stats, transformations, joins, search, validation, and more. Runs as Node.js subprocess. Use QSV_MCP_EXPOSE_ALL_TOOLS for full access.
From qsv-data-wranglingnpx claudepluginhub dathere/qsv --plugin qsv-data-wranglingAdd to your .mcp.json:
{
"mcpServers": {
"qsv": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js"
],
"env": {
"QSV_MCP_EXPOSE_ALL_TOOLS": "true"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeQSV_MCP_EXPOSE_ALL_TOOLS=true