mcpbeat Sign in

Data Cleaner Agent MCP Server

local only

Data Cleaner Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from pypi. Last commit 10 Aug 2026.

Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.

Installs per day peak 821 · avg 86 · -24% w/w
a month agotoday
137
Installs / week
pypi · agentic-csv-cleaner
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Data Cleaner Agent 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 data-cleaner-agent -- uvx agentic-csv-cleaner
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "data-cleaner-agent": {
      "args": [
        "agentic-csv-cleaner"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.data-cleaner-agent]
command = "uvx"
args = ["agentic-csv-cleaner"]
.cursor/mcp.json
{
  "mcpServers": {
    "data-cleaner-agent": {
      "args": [
        "agentic-csv-cleaner"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "data-cleaner-agent": {
      "args": [
        "agentic-csv-cleaner"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Data Cleaner Agent

same job, measured the same way
Overllm
by theadamdanielsson

Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.

222 installs/wk local only
Safeprompt
by safeprompt

Detect prompt injection, jailbreaks, and code injection in untrusted text before it reaches an LLM.

54 installs/wk local only
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

63 installs/wk local only
MCP Bifrost
by fixembcn

Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.

390 installs/wk local only
Toon Parse MCP
by ankitpal181

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

91 installs/wk local only
Dates-LE
by nolindnaidoo

Extract dates and timestamps from logs, data files and code, with their format and position.

67 installs/wk local only
Pandanpc
by pandanpc

Remote-control Claude Code, plus PandaNote notes, AI model configs & scheduled tasks.

1 260 installs/wk local only
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

1 721 installs/wk local only

Data Cleaner Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Data Cleaner Agent?
Data Cleaner Agent 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 pypi package agentic-csv-cleaner was installed 137 times last week.
How do I connect Data Cleaner Agent?
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 agentic-csv-cleaner straight from pypi; nothing to host, nothing to sign up for.
How many people use Data Cleaner Agent?
The pypi package agentic-csv-cleaner was installed 137 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Data Cleaner Agent open source?
Yes — it is published under the MIT licence, written in Python 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.