@pipeworx/csv
Connect: https://gateway.pipeworx.io/csv/mcp · Install: one-click buttons
Tools: 2
Tools
- csv_to_json — Parse RFC 4180 CSV into JSON (keyless, offline). With
headertrue (default) the first row becomes object keys; otherwise rows are returned as arrays. Handles quoted fields, escaped quotes, and embed - json_to_csv — Serialize an array of JSON objects (or arrays) to CSV (keyless, offline). Object keys become the header (union of all keys, in first-seen order). Fields are quoted when needed.
Tools
-
csv_to_json— Parse RFC 4180 CSV into JSON (keyless, offline). With `header` true (default) the first row becomes object keys; otherwise rows are returned as arrays. Handles quoted fields, escaped quotes, and embed -
json_to_csv— Serialize an array of JSON objects (or arrays) to CSV (keyless, offline). Object keys become the header (union of all keys, in first-seen order). Fields are quoted when needed.