Manages CSV files comprehensively through creation, editing, analysis, and transformation operations.

소개

The CSV tool is an MCP server designed for extensive CSV file management, offering robust capabilities over standard input/output using JSON-RPC 2.0. It empowers users to create, read, update, and delete CSV files, including support for absolute paths across the filesystem. Beyond basic file operations, it provides functionalities for data analysis, transformation (filtering, sorting, grouping), and validation, making it a versatile solution for handling tabular data.

주요 기능

  • Exclusive stdio transport using JSON-RPC 2.0
  • Comprehensive CSV file management (CRUD operations)
  • Basic statistical analysis and data exploration
  • Absolute path support for files anywhere in the filesystem
  • Data transformation (filter, sort, group, transform)
  • 0 GitHub stars

사용 사례

  • Developing and testing environments requiring robust CSV handling
  • Integrating with MCP clients for programmatic CSV interaction
  • Building command-line tools and scripts for CSV automation