LogoSTMCP
Download
csv-editor

CSV Editor - AI-Powered CSV Processing via MCP

CSV Editor is an AI-powered MCP server that enables Claude, ChatGPT, and other AI assistants to perform advanced CSV data manipulation, cleaning, analysis, and validation through natural language commands.

Tools

1. load_csv

Load from file.

2. load_csv_from_url

Load from URL.

3. load_csv_from_content

Load from string.

4. export_csv

Export to various formats.

5. get_session_info

Session details.

6. list_sessions

Active sessions.

7. close_session

Cleanup.

8. filter_rows

Complex filtering.

9. sort_data

Multi-column sort.

10. select_columns

Column selection.

11. rename_columns

Rename columns.

12. add_column

Add computed columns.

13. remove_columns

Remove columns.

14. update_column

Update values.

15. change_column_type

Type conversion.

16. fill_missing_values

Handle nulls.

17. remove_duplicates

Deduplicate.

18. get_statistics

Statistical summary.

19. get_column_statistics

Column stats.

20. get_correlation_matrix

Correlations.

21. group_by_aggregate

Group operations.

22. get_value_counts

Frequency counts.

23. detect_outliers

Find outliers.

24. profile_data

Data profiling.

25. validate_schema

Schema validation.

26. check_data_quality

Quality metrics.

27. find_anomalies

Anomaly detection.

28. configure_auto_save

Setup auto-save.

29. get_auto_save_status

Check status.

30. undo

Navigate history.

31. redo

Navigate history.

32. get_history

View operations.

33. restore_to_operation

Time travel.

Open Graph image for CSV Editor - AI-Powered CSV Processing via MCP

JSON Config

{
  "mcpServers": {
    "csv-editor": {
      "command": "uv",
      "args": ["tool", "run", "csv-editor"],
      "env": {
        "CSV_MAX_FILE_SIZE": "1073741824"
      }
    }
  }
}

Useful Links

Information