xlsx-mcp-server

bonashen/xlsx-mcp-server

3.2

If you are the rightful owner of xlsx-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 FastMCP and Openpyxl-based Excel MCP server providing tools for Excel file operations, callable by LLM applications.

Tools

Functions exposed to the LLM to take actions

open_workbook

Open an existing Excel file.

create_workbook

Create a new Excel workbook.

list_sheets

List all sheets in a workbook.

read_cell

Read the value of a specified cell.

write_cell

Write data to a specified cell.

read_range

Read data from a specified cell range.

write_dataframe

Write a dataframe to a worksheet.

create_sheet

Create a new worksheet.

delete_sheet

Delete a worksheet.

save_workbook_file

Save the workbook to a file.

close_workbook

Close the workbook and remove it from cache.

list_workbooks

List all open workbooks.

get_sheet_info

Get information about a worksheet.

set_formula

Set a formula in a cell.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources