Excel Server
CreatedqianO33
Enables read operations for Excel files through the Model Context Protocol (MCP).
About
Excel Server is a Node.js-based implementation of the Model Context Protocol (MCP) designed for performing operations on Excel files. It provides functionalities to read file contents, list directories, search files, and specifically extract content from Excel files. The server restricts operations to specified directories, enhancing security. It can be integrated with platforms like Claude Desktop and VS Code using configuration files, and offers installation options via NPM, NPX and Docker.
Key Features
- Reads the complete contents of a file.
- Lists directory contents with type indicators.
- Uses UTF-8 encoding for text and excel files
- Reads the Excel contents of a file.
- Allows operations within specified directories.
- 1 GitHub stars
Use Cases
- Automating data extraction from Excel files through a standardized protocol.
- Integrating Excel file reading capabilities into applications using MCP.
- Providing a secure, sandboxed environment for Excel file access.