hyunjae-labs/xlwings-mcp-server
If you are the rightful owner of xlwings-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The xlwings-mcp-server is a Model Context Protocol server designed to manipulate Excel files using xlwings, providing native Excel integration through COM automation.
Tools
Functions exposed to the LLM to take actions
create_workbook
Create new Excel file
create_worksheet
Add new worksheet
get_workbook_metadata
Get workbook information
write_data_to_excel
Write data to cells
read_data_from_excel
Read cell data
apply_formula
Apply Excel formulas
validate_formula_syntax
Validate formula syntax
validate_excel_range
Validate cell ranges
format_range
Apply cell formatting
create_chart
Create Excel charts
create_pivot_table
Create pivot tables
create_table
Create Excel tables
merge_cells
Merge cell ranges
copy_worksheet
Copy worksheets
delete_worksheet
Delete worksheets
rename_worksheet
Rename worksheets
unmerge_cells
Unmerge cells
get_merged_cells
Get merged cell info
copy_range
Copy cell ranges
delete_range
Delete cell ranges
get_data_validation_info
Get validation rules
insert_rows
Insert rows
insert_columns
Insert columns
delete_sheet_rows
Delete rows
delete_sheet_columns
Delete columns
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client