mcp-excel-server
If you are the rightful owner of mcp-excel-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.
Node.js server implementing Model Context Protocol (MCP) for excel file operations.
The mcp-excel-server is a Node.js-based server that implements the Model Context Protocol (MCP) to facilitate operations on Excel files. It provides a robust interface for reading, writing, and managing Excel files and directories. The server is designed to operate within specified directories, ensuring secure and controlled file operations. It supports reading and writing both local and online Excel files, making it versatile for various use cases. The server can be easily integrated with different platforms, including Claude Desktop and VS Code, using NPX or Bunx methods. It is an ideal solution for developers looking to automate Excel file operations in a controlled environment.
Features
- Read files
- List directories
- Search files
- Read Excel
Tools
read_file_content
Reads the complete contents of a file using UTF-8 encoding.
write_file_content
Creates or overwrites a file with specified content using UTF-8 encoding.
list_directory
Lists directory contents with type indicators.
get_excel_content
Reads the Excel contents of a file using UTF-8 encoding.
get_online_excel_content
Fetches and reads Excel content from a URL, returning data as a JSON array.
write_excel_content
Creates or overwrites an Excel file with specified JSON data.