csv-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_csvA | Read a CSV file and return its contents Args: filename: Name of the CSV file to read rows: Optional number of rows to return (returns all if not specified) |
| get_csv_infoC | Get detailed information about a CSV file Args: filename: Name of the CSV file |
| query_csvA | Query a CSV file using pandas query syntax Args: filename: Name of the CSV file query: Pandas query string (e.g., "age > 30 and city == 'NYC'") |
| get_csv_statisticsC | Get statistical summary of a CSV file or specific column Args: filename: Name of the CSV file column: Optional specific column name to analyze |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_csv_files | List all available CSV files in the configured directory |
Latest Blog Posts
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/Navneet1710/csv_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server