MCP Analyst
@unravel-team
About MCP Analyst
MCP Analyst is an MCP server that empowers claude to analyze local CSV or Parquet files.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"analyst": {
"command": "uvx",
"args": [
"mcp-analyst",
"--file_location",
"<replace_this_with_path_to_csv_or_parquet_files_on_your_machine>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Analyst?
MCP Analyst is an MCP server that empowers Claude to analyze local CSV or Parquet files. It is intended for datasets larger than the context window or when uploading the full file is not desired to optimize cost.
How to use MCP Analyst?
Install uv (required runtime) then add the server to your Claude desktop configuration file with the command uvx mcp-analyst --file_location <path_to_csv_or_parquet_files>. On macOS the config is at ~/Library/Application Support/Claude/claude_desktop_config.json; on Windows at %APPDATA%/Claude/claude_desktop_config.json.
Key features of MCP Analyst
- Works with local CSV and Parquet files
- Handles datasets larger than Claude’s context window
- Reduces cost by avoiding full file uploads
- Supports file globs for batch analysis
- Installed via
uvxwith a single command
Use cases of MCP Analyst
- Analyze large CSV exports without uploading the entire file
- Query local Parquet datasets that exceed context limits
- Run cost‑efficient data analysis by loading only needed rows
- Process multiple CSV files in a directory using glob patterns
FAQ from MCP Analyst
What file formats does MCP Analyst support?
MCP Analyst supports CSV and Parquet files.
How can I analyze more than one CSV file?
Use a glob pattern in the --file_location argument, for example data/*.csv to include all CSV files in the data directory.
What runtime is required to run MCP Analyst?
The server requires uv (installable via Homebrew on macOS or winget on Windows).
Where is the server configuration defined?
The server is added to Claude’s desktop configuration file (claude_desktop_config.json) under the mcpServers key.
More Data & Analytics MCP servers
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Comments