关于
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.
主要功能
- 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
使用案例
- 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.