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.
Created 3/31/2026
Updated 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
Quick Setup
Installation guide for this server
Install Package (if required)
uvx excel-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"richtargetman-excel-mcp-server": {
"command": "uvx",
"args": [
"excel-mcp-server"
]
}
}
}
Author Servers
Other servers by richtargetman