excel-mcp-server
If you are the rightful owner of 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 read and write these elements seamlessly. Additionally, it offers the capability to capture screen images from Excel files, although this feature is limited to Windows platforms. The server can be installed via NPM or Smithery, and it supports different transport mechanisms, including stdio and SSE, for communication. The server is highly configurable, with options to set environment variables and command-line arguments to tailor its operation to specific needs.
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)