Skip to content
VS Code

data cleaner agent for VS Code

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:VS Code transport:stdio runtime:pypi

Install data cleaner agent in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

data cleaner agent in other clients