E
Excel MCP Server
Local MCP server for practical Excel workflows: build XLSX from CSVs, preview CSVs, open workbooks in Excel, and update prices from CSV maps.
创建于 3/31/2026
更新于 about 7 hours ago
README
Repository documentation and setup instructions
excel-mcp-server
Local MCP server for practical Excel workflows.
Features
- Build a readable
.xlsxworkbook from two CSV files. - Preview CSV headers and first rows.
- Open a workbook in Microsoft Excel.
- Update workbook prices from a CSV mapping through Python helpers.
Requirements
- Node.js
- Python 3
- Microsoft Excel for the
open_in_exceltool
Install
npm install
Run
npm start
MCP Tools
build_readable_xlsx_from_csvspreview_csvopen_in_excelupdate_workbook_prices_from_csv
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx excel-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"richtargetman-excel-mcp-server": {
"command": "uvx",
"args": [
"excel-mcp-server"
]
}
}
}
作者服务器
其他服务器由 richtargetman