Excel-MCP-Server-Master
by guillehr2·★ 28·综合分 41
一个无需Microsoft Excel即可操作Excel文件的完整MCP服务器,支持完整的CRUD操作、图表创建和Claude AI集成。
概述
Excel MCP Server通过Model Context Protocol提供完整的Excel操作功能,使用户能够在无需安装Microsoft Excel的情况下读取、写入、分析和自动化Excel文件(.xlsx、.xlsm、.xltx、.xltm)。它支持创建图表、数据透视表、仪表板以及导入/导出多种格式数据(CSV、JSON、PDF)等高级功能。该服务器可与Claude等AI助手无缝集成,并提供专业格式化选项,用于创建出版级文档。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您需要在不安装Microsoft Excel的情况下操作Excel文件,特别是通过AI助手自动化生成报表时,选择此MCP服务器。
什么时候不要选它
如果您需要高级Excel VBA宏或服务器中未实现的功能,或需要Microsoft 365的实时协作功能,请勿选择此选项。
此 server 暴露的工具
从 README 抽取出 12 个工具create_workbook_toolCreate a new Excel workbook without Microsoft Excel
open_workbook_toolOpen an existing Excel file (XLSX, XLSM, XLTX, XLTM)
write_sheet_data_toolWrite data to an Excel worksheet
list_sheets_toolList all worksheets in an Excel workbook
add_sheet_toolAdd a new worksheet to an Excel workbook
create_formatted_table_toolCreate a formatted Excel table with professional styling
add_chart_toolCreate charts in Excel files (column, bar, line, pie, scatter)
import_data_toolImport data from CSV, JSON, or SQL sources into Excel
export_data_toolExport Excel data to CSV, JSON, or PDF formats
filter_data_toolFilter Excel data based on specified criteria
create_dashboard_toolCreate dynamic Excel dashboards with tables and charts
update_cell_toolUpdate a specific cell in an Excel worksheet
可对比工具
安装
安装
使用Excel MCP Server最简单的方法是通过npx(无需安装):
npx @guillehr2/excel-mcp-server@latest或者全局安装:
npm install -g @guillehr2/excel-mcp-server配置
添加到您的MCP客户端配置(例如Claude Desktop):
{
"mcpServers": {
"excel-master": {
"command": "npx",
"args": [
"-y",
"@guillehr2/excel-mcp-server@latest"
]
}
}
}FAQ
- 支持哪些Excel文件格式?
- 服务器支持XLSX、XLSM、XLTX和XLTM格式的读写操作。
- 是否需要安装Microsoft Excel?
- 不需要,服务器无需在系统上安装Microsoft Excel即可操作Excel文件。
- 可以创建哪些类型的图表?
- 服务器支持创建多种图表类型,包括柱形图、条形图、折线图、饼图、散点图和面积图,并提供多种样式选项。
Excel-MCP-Server-Master 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。