MCP Excel Server provides a robust interface for Excel file operations and data analysis through the Model Context Protocol. Developed by yzfly, it enables AI assistants to read, write, and analyze Excel files in various formats (XLSX, CSV, TSV, JSON), offering tools for statistical analysis, data filtering, pivot table creation, and visualization through charts and plots. The server leverages pandas, numpy, matplotlib, and seaborn to perform operations like summary statistics, data quality assessment, and visualization export, making it particularly valuable for data analysis workflows where users need to extract insights from spreadsheets without manual manipulation.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Read Excel files.
Get file details.
List worksheet names.
Perform statistical analysis on Excel data.
Filter data by specified conditions.
Create pivot tables from Excel data.
Generate a comprehensive summary of the data.
Generate charts from Excel data, supporting line charts, bar charts, scatter plots, and histograms.
Write new Excel files.
Update existing Excel files.