mcp-excel-server

mcp-excel-server

3.2

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

  1. read_file_content

    Reads the complete contents of a file using UTF-8 encoding.

  2. write_file_content

    Creates or overwrites a file with specified content using UTF-8 encoding.

  3. list_directory

    Lists directory contents with type indicators.

  4. get_excel_content

    Reads the Excel contents of a file using UTF-8 encoding.

  5. get_online_excel_content

    Fetches and reads Excel content from a URL, returning data as a JSON array.

  6. write_excel_content

    Creates or overwrites an Excel file with specified JSON data.