mcpbeat Sign in

Csvto MCP Server

local only

Csvto MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 30 Aug 2026.

Local CSV, JSON and Excel conversion. Files are never uploaded and never enter the context.

Installs / week
npm · csvto-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Csvto MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add csvto-mcp -- npx -y csvto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "csvto-mcp": {
      "args": [
        "-y",
        "csvto-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.csvto-mcp]
command = "npx"
args = ["-y", "csvto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "csvto-mcp": {
      "args": [
        "-y",
        "csvto-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "csvto-mcp": {
      "args": [
        "-y",
        "csvto-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Csvto MCP

same job, measured the same way
Data Profiler
by ridadata

Profile local CSV, Parquet, JSON and Excel files into a compact data-quality summary.

112 installs/wk local only
I
Textavia MCP
by catorch

Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.

50 installs/wk local only
I
MCP Data Converter
by igormilovanovic

Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more.

answering
Data Profiler MCP
by haiiibin

Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.

127 installs/wk local only
Docalyze
by lunarperovskite

Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.

121 installs/wk local only
MainBook Bank Statement Converter
by mainbook

Convert PDF bank statements to checked Excel, CSV or JSON with balance validation.

281 installs/wk 4 tools answering
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

198 installs/wk local only
Oleander
by oleander

The all-in-one data stack for agents. Upload files, run SQL, evolve tables, and render charts.

answering

Csvto MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Csvto MCP?
Csvto MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package csvto-mcp.
How do I connect Csvto MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls csvto-mcp straight from npm; nothing to host, nothing to sign up for.
Is Csvto MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.