softgridinc-pte-ltd_mcp-excel-reader-server
If you are the rightful owner of softgridinc-pte-ltd_mcp-excel-reader-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 provides tools for reading Excel (xlsx) files.
The Excel Reader Server is a specialized MCP server designed to facilitate the reading of Excel files in the xlsx format. It offers a suite of tools that allow users to extract data from all sheets, a specific sheet by name, or a specific sheet by index. The server is capable of handling empty cells and performs necessary data type conversions to ensure that the data is returned in a consistent JSON format. This makes it an ideal solution for applications that require seamless integration of Excel data into JSON-based workflows. The server is built on Python and requires version 3.10 or higher, with dependencies on the mcp and openpyxl libraries. It is easy to install via pip or uv, and it provides robust error handling to manage common issues such as file not found, invalid sheet names, and index out of range errors.
Features
- Read content from all sheets in an Excel file
- Read content from a specific sheet by name
- Read content from a specific sheet by index
- Returns data in JSON format
- Handles empty cells and data type conversions