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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Read Excel files in various formats.
Get details about an Excel file, including metadata.
List the names of worksheets in an Excel file.
Perform statistical analysis on the data in an Excel file.
Filter data in an Excel file based on specified conditions.
Create pivot tables from the data in an Excel file.
Generate a comprehensive summary of the data in an Excel file.
Generate charts (line, bar, scatter, histogram) from Excel data.
Write new Excel files with specified data.
Update existing Excel files with new data.