data-cleaner-agent
Rank #15,536io.github.wesseltl/data-cleaner-agent
Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.
data-cleaner-agent is a Model Context Protocol (MCP) server published by wesseltl. It ranks #15,536 of 115,460 servers tracked on MCP Toplist. data-cleaner-agent is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 99,924 of 115,460 servers on MCP Toplist.
Use data-cleaner-agent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add data-cleaner-agent -- uvx agentic-csv-cleaner[mcp_servers.data-cleaner-agent]
command = "uvx"
args = ["agentic-csv-cleaner"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"data-cleaner-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wesseltl%2Fdata-cleaner-agent)<a href="https://mcptoplist.com/server/io.github.wesseltl%2Fdata-cleaner-agent"><img src="https://mcptoplist.com/badge/io.github.wesseltl%2Fdata-cleaner-agent.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wesseltl
Other servers by wesseltl
View all wesseltl servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 9, 2026 |
| 0.1.1 | Aug 8, 2026 |
Frequently asked questions
- Who maintains data-cleaner-agent?
- data-cleaner-agent is maintained by wesseltl, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is data-cleaner-agent listed on the Official MCP Registry?
- Yes — data-cleaner-agent is listed on the Official MCP Registry, alongside Glama.
- How many versions does data-cleaner-agent have?
- MCP Toplist tracks 2 versions of data-cleaner-agent, most recently published on Aug 9, 2026.
- Where can I find the source code for data-cleaner-agent?
- The source code for data-cleaner-agent is hosted at github.com/wesseltl/data-cleaner-agent.