Skip to content

Excel Reader

Free

by MCP Community

MCP server for reading Excel files with automatic chunking and pagination support

v1.0.0Added Apr 12, 2026
excelxlsxmcpsheetjspagination
Works with:ClaudeGPTGeminiCopilot

Excel Reader MCP Server

MCP server for reading Excel files with automatic chunking and pagination support

Installation

npx -y @iflow-mcp/excel-reader-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/excel-reader-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "excel-reader": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/excel-reader-mcp"]
    }
  }
}