Local CSV, JSON and Excel conversion. Files are never uploaded and never enter the context.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
CSV, JSON and Excel conversion that runs where your data already is.
csvto-mcp β an MCP server. Point your AI assistant at a file
path; it converts locally and writes the result beside it. Nothing is uploaded, and
file contents never pass through the model's context.@csvto/core β the conversion engine. No DOM, no fs, no
network, so the same tested code runs in a browser, in a local MCP process, or on a
server.The same engine powers the browser tools at csvtosite.com, where conversion happens client-side and files are likewise never uploaded.
Or in any MCP client's config:
Requires Node 18+. Full tool list and behaviour: packages/mcp/README.md.
This is the part that matters, and where most converters quietly corrupt data. A column converts to numbers only if every value in it survives the round trip exactly. If one value would change, the whole column stays text:
01234 keeps its leading zero instead of becoming 12341.23457E+141250.50 keeps its trailing zero instead of becoming 1250.5Verified in tests: 01234 survives a CSV β xlsx β CSV round trip intact.
packages/core must stay environment-free β no window, no fs, no fetch. That
constraint is what lets one tested engine serve every surface.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/csvto-mcp)<a href="https://allmcps.com/mcp/csvto-mcp"><img src="https://allmcps.com/api/badge/csvto-mcp?style=directory" alt="Csvto MCP on AllMCPs" /></a>