CSV

local

csv-tools

Parse CSV text or a saved CSV document to JSON rows, and generate new CSV files from tabular data.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (2)

  • csv_parse
    Parse CSV text into JSON rows. First row is treated as the header (row objects use header keys). Provide either inline text or a document reference.
  • csv_generate
    Generate a CSV file from a 2D array (first row = headers) and save it to My Documents. Also supports returning the CSV inline without saving.