MCP-Server for Data Analysis
@LindseyyyLi
关于 MCP-Server for Data Analysis
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Server for Data Analysis?
MCP-Server for Data Analysis is an MCP server that reads Excel files from the desktop, performs descriptive analysis, and generates a variety of plots. It uses FastMCP to define and expose each tool as an endpoint, making it suitable for users who want to analyze local spreadsheet data through AI assistants like Claude.
How to use MCP-Server for Data Analysis?
Install dependencies (mcp[cli], pandas, matplotlib, openpyxl), place the server script in a project directory, and run mcp dev excel_analytics_server.py for testing. For production use with Claude Desktop, configure claude_desktop_config.json to run the server via uv.
Key features of MCP-Server for Data Analysis
- Reads .xlsx and .xls files from the desktop
- Performs descriptive statistics on numeric, categorical, and date columns
- Computes correlation matrix for numeric columns
- Creates bar, pie, line, scatter, histogram, and box plots
- Returns plots as in-memory PNG images
- Integrates with Claude Desktop via the MCP interface
Use cases of MCP-Server for Data Analysis
- Analyze sales data from an Excel file on the desktop
- Generate a bar chart of category totals from a spreadsheet
- Compute descriptive statistics for survey responses
- Create a scatter plot to explore relationships between variables
- Produce a histogram of numerical data distribution
FAQ from MCP-Server for Data Analysis
What dependencies are required?
Dependencies include pandas, matplotlib, openpyxl, and the MCP package with CLI extras.
Where are the Excel files read from?
The server scans and reads Excel files from the user's desktop directory.
How do I start the MCP server?
Run the script directly with python excel_analytics_server.py or use mcp dev excel_analytics_server.py for testing.
Can I use this server with Claude Desktop?
Yes, the README provides configuration steps to connect the server to Claude Desktop via claude_desktop_config.json.
What types of plots can be generated?
Bar chart, pie chart, line chart, scatter plot, histogram, and box plot.
数据与分析 分类下的更多 MCP 服务器
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
评论