Labsco
kousunh logo

Excel MCP Server

โ˜… 4

from kousunh

Interact with Microsoft Excel to read data, edit cells, execute VBA code, and manage worksheets.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

ๆ—ฅๆœฌ่ชž README

Excel MCP Server

A cross-platform MCP server for reading, writing, and formatting Excel files. Works with both open Excel workbooks (live) and closed .xlsx files (no Excel needed).

Two Modes

  • workbook โ€” Operate on an open Excel workbook in real-time via xlwings
  • path โ€” Edit closed .xlsx files directly using pure Python (preserves images, charts, and all embedded content)

Tools

ToolworkbookpathRequired
get_excel_info--(none)
read_cellsOKOKrange
write_cellsOKOKrange, value
format_cellsOKOKrange, format
execute_vbaOK-workbook, code