CSV MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CSV_STORAGE_PATH | No | Base path for CSV file storage | current directory |
| CSV_MAX_FILE_SIZE | No | Maximum file size in MB | 50 |
| CSV_BACKUP_ENABLED | No | Enable automatic backups | true |
| CSV_SUPPORT_ABSOLUTE_PATHS | No | Enable absolute path support | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_csvB | |
| read_csvB | |
| update_csvB | |
| add_rowC | |
| remove_rowB | |
| get_infoB | |
| get_statisticsC | |
| filter_dataB | |
| sort_dataB | |
| group_dataA | |
| validate_dataB | |
| delete_csvB | |
| list_csv_filesB | |
| get_path_infoA | |
| create_csv_at_pathB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_csv | Generate analysis prompts for CSV data. Args: filename: Name of the CSV file to analyze analysis_type: Type of analysis (basic, statistical, exploratory) Returns: Analysis prompt text |
| transform_csv | Generate transformation suggestions for CSV data. Args: filename: Name of the CSV file goal: Transformation goal (clean, normalize, aggregate, pivot) Returns: Transformation suggestion prompt |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NovaAI-innovation/csv-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server