Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From qsv-data-wrangling
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.
npx claudepluginhub dathere/qsv --plugin qsv-data-wranglingCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"qsv": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js"
],
"env": {
"QSV_MCP_EXPOSE_ALL_TOOLS": "true"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
QSV_MCP_EXPOSE_ALL_TOOLS=trueShare bugs, ideas, or general feedback.