Skip to content
Cursor

data cleaner agent for Cursor

io.github.wesseltl/data-cleaner-agent

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

client:Cursor transport:stdio runtime:pypi

Install data cleaner agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "data-cleaner-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentic-csv-cleaner"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

data cleaner agent in other clients