MCP Excel Reader
JSON →Read large Excel files with automatic chunking and pagination support.
Install
npx -y @smithery/cli Tools · 1
- read_excel Read Excel files (.xlsx, .xls) with automatic chunking, sheet selection, row pagination, and proper date handling. Parameters: filePath (string, required), sheetName (string, optional), startRow (number, optional), maxRows (number, optional). Returns file metadata, sheet data, and pagination info.
Links
★ 29 GitHub stars