MCP.so
登录

MCP-Server for Data Analysis

@LindseyyyLi

关于 MCP-Server for Data Analysis

暂无概览

基本信息

分类

数据与分析

运行时

python

传输方式

stdio

发布者

LindseyyyLi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器