Convert between CSV and JSON for fast structured data handling.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Csv" MCP server from askskill: Run: claude mcp add --transport http 'io-github-pipeworx-io-csv' 'https://gateway.pipeworx.io/csv/mcp'
Convert the following CSV data into a JSON array, keeping the header row as keys: name,age,city Alice,30,Shanghai Bob,25,Beijing
A structured JSON array where each row becomes an object.
Convert the following JSON array into CSV format, using the column order id, product, price: [{"id":1,"product":"Keyboard","price":199},{"id":2,"product":"Mouse","price":99}]CSV text ready to save or import into spreadsheet tools.
Read this CSV, normalize the field names into lowercase snake_case, and output JSON: User Name,Order Amount,Order Date Tom,1200,2024-01-10 Jane,980,2024-01-11
JSON output with standardized field names for downstream processing.
Generate, validate, format, and manipulate JSON data structures easily.
Explore, analyze, and filter CSV data with schema and statistics tools.
Convert, batch process, and generate GIFs or PDFs from images.
Convert YAML and JSON deterministically with fewer configuration formatting errors.
Convert files and web pages into Markdown for easier AI reading.
Read, export, and modify Excel workbooks through MCP efficiently.