Skip to main content
Glama

Csv Analytics MCP

MCP server for csv analytics mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Csv Analytics MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

load_csv

Load a CSV file into memory for analysis. The dataset is stored under

query_data

Query a loaded dataset with filtering, column selection, and sorting.

describe_columns

Get detailed statistics for every column in a dataset:

aggregate

Aggregate data with GROUP BY and compute metrics.

export_chart_data

Export data in a chart-ready format. Output is compatible with Chart.js,

pivot_table

Create a pivot table from a dataset. Reshapes data by grouping rows

Installation

pip install meok-csv-analytics-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "csv-analytics-mcp": {
      "command": "python",
      "args": ["-m", "meok_csv_analytics_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 6 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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/CSOAI-ORG/csv-analytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server