mcpbeat Sign in

CSV Tools MCP Server

local only

CSV Tools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 13 Jun 2026.

Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.

Installs per day peak 12 · avg 6 · +15% w/w
a month agotoday
27
Installs / week
npm · @mukundakatta/csv-tools-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 csv-tools-mcp -- npx -y @mukundakatta/csv-tools-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "csv-tools-mcp": {
      "args": [
        "-y",
        "@mukundakatta/csv-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.csv-tools-mcp]
command = "npx"
args = ["-y", "@mukundakatta/csv-tools-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "csv-tools-mcp": {
      "args": [
        "-y",
        "@mukundakatta/csv-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "csv-tools-mcp": {
      "args": [
        "-y",
        "@mukundakatta/csv-tools-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CSV Tools MCP

same job, measured the same way
Charta
by mortenator

Generate beautiful, presentation-ready charts (SVG + PNG). Supports 14+ chart types.

26 installs/wk local only
I
UOS Genesis x402 Machine Utilities
by palsus2023-eng

Paid x402 MCP utilities for AI agents on Base: JSON, HTML, CSV, hashing, attestations.

51 installs/wk local only
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

202 installs/wk 20 tools answering
Etld MCP Server
by pablixnieto2

Deterministic B2B Data Middleware. Waterfall parsing for CSV, EDI, SEC & Finance. No hallucinations.

24 installs/wk local only
Chartwire
by outturndev

Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt.

answering
Tablebridge MCP
by michael-whitecapdata

Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.

72 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Quality Control Plan Generator
by imnoo

Quality control plans from drawing PDFs: auto-extracted tolerances, balloons, Excel + PDF reports.

227 installs/wk local only

CSV Tools MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for CSV Tools MCP?
CSV Tools 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 @mukundakatta/csv-tools-mcp was installed 27 times last week.
How do I connect CSV Tools 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 @mukundakatta/csv-tools-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CSV Tools MCP?
The npm package @mukundakatta/csv-tools-mcp was installed 27 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CSV Tools MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript 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.