About
Overview
The CSV MCP Server provides tools for working with CSV files. AI agents can read CSV files into structured data, write data to CSV format, filter and sort rows, and perform basic analysis like counting, grouping, and aggregating values.
Capabilities
Tools & Capabilities
⚡read_csv
Read a CSV file and return structured data
⚡write_csv
Write data to a CSV file
⚡get_columns
Get column names and types from a CSV
⚡filter_rows
Filter rows based on column conditions
⚡aggregate
Perform aggregation operations on columns
Setup
Installation
bash
Install
npx -y mcp-server-csvExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"csv": {
"command": "npx",
"args": ["-y", "mcp-server-csv"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026