MCP Analyst
@unravel-team
MCP Analyst について
MCP Analyst is an MCP server that empowers claude to analyze local CSV or Parquet files.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"analyst": {
"command": "uvx",
"args": [
"mcp-analyst",
"--file_location",
"<replace_this_with_path_to_csv_or_parquet_files_on_your_machine>"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「データと分析」の他のコンテンツ
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
コメント