MCP Server
Active
MIT
io.github.wesseltl/data-cleaner-agent MCP Server
io.github.wesseltl/data-cleaner-agent
What is the io.github.wesseltl/data-cleaner-agent MCP server?
Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.
How to install io.github.wesseltl/data-cleaner-agent
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data-cleaner-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}Claude Code
claude mcp add data-cleaner-agent -- uvx agentic-csv-cleanerRelated MCP servers
Extract text and tables from PDFs for an agent: invoices, reports, statements.
1
View repository →Python
MIT
Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.
1
View repository →Python
MIT
Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.
0
View repository →Python
MIT