d-ang356/spreadsheet_mcp_server
If you are the rightful owner of spreadsheet_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 dayong@mcphub.com.
A comprehensive Model Context Protocol (MCP) server for managing Excel and CSV spreadsheets with advanced features including formulas, formatting, charts, and pane freezing.
Tools
Functions exposed to the LLM to take actions
list_files
List all spreadsheet files.
create_spreadsheet
Create a new spreadsheet.
delete_spreadsheet
Delete a spreadsheet.
rename_file
Rename a file.
rename_sheet
Rename a sheet.
read_spreadsheet
Read spreadsheet data.
write_spreadsheet
Write data to spreadsheet.
append_row
Append a single row.
update_cell
Update a single cell.
set_formula
Set cell formula.
get_formula
Get cell formula.
format_cells
Format cell range.
set_cell_format
Format a single cell.
set_column_format
Format a column.
set_row_format
Format a row.
freeze_panes
Freeze panes.
unfreeze_panes
Remove frozen panes.
create_chart
Create a chart.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client