negokaz_excel-mcp-server
If you are the rightful owner of negokaz_excel-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.
A Model Context Protocol (MCP) server that reads and writes MS Excel data.
The Excel MCP Server is a specialized server designed to facilitate the reading and writing of data in Microsoft Excel files. It supports various Excel file formats, including xlsx, xlsm, xltx, and xltm. The server is built to handle both text and formula data, allowing users to interact with Excel files programmatically. Additionally, it offers a unique feature to capture screen images from Excel files, although this is limited to Windows platforms. The server is compatible with Node.js 20.x or later, and can be installed via NPM or Smithery. It provides a range of tools for reading and writing data, making it a versatile solution for automating Excel-related tasks.
Features
- Read text values from MS Excel file
- Write text values to MS Excel file
- Read formulas from MS Excel file
- Write formulas to MS Excel file
- Capture screen image from MS Excel file (Windows only)
Tools
read_sheet_names
List all sheet names in an Excel file.
read_sheet_data
Read data from Excel sheet with pagination.
read_sheet_formula
Read formulas from Excel sheet with pagination.
read_sheet_image
[Windows only] Read data as an image from the Excel sheet with pagination.
write_sheet_data
Write data to the Excel sheet.
write_sheet_formula
Write formulas to the Excel sheet.