
Analyst
MCP Analyst is an MCP server that empowers claude to analyze local CSV or Parquet files.
GitHub Stats
Stars
11
Forks
5
Release Date
4/7/2025
about 2 months ago
Detailed Description
mcp analyst
mcp analyst is an mcp server that empowers claude to analyze local csv or parquet files.
use this server when your dataset size is bigger than the context window or you don't want to upload full file to optimize the cost.
installation
install uv
uv is required to run the mcp server.
mac
brew install uv
windows
winget install --id=astral-sh.uv -e
add servers in mcp
to use the server in claude you would need to update the claude config
on macos: ~/library/application support/claude/claude_desktop_config.json
on windows: %appdata%/claude/claude_desktop_config.json
{
"mcpservers": {
"analyst": {
"command": "uvx",
"args": [
"mcp-analyst",
"--file_location",
"<replace_this_with_path_to_csv_or_parquet_files_on_your_machine>"
]
}
}
}
how do i provide more than one csv file?
the server supports the using globs in the file location. so for example if your directory data
has more than one csv file then you can give file-location as <parent_path_to_data>/data/*.csv
About the Project
This app has not been claimed by its owner yet.
Claim OwnershipReceive Updates
Security Updates
Get notified about trust rating changes
to receive email notifications.