Excel MCP Server
JSON →Interact with Microsoft Excel to read data, edit cells, execute VBA code, and manage worksheets.
Install
pip install xlwings`) Tools · 5
- get_excel_info Get information about the Excel application and open workbooks
- read_cells Read cell values from a specified range in a workbook
- write_cells Write values to cells in a specified range in a workbook
- format_cells Apply formatting to cells in a specified range in a workbook
- execute_vba Execute VBA code in a specified workbook
Links
★ 4 GitHub stars