Excel Reader
Freeby MCP Community
MCP server for reading Excel files with automatic chunking and pagination support
v1.0.0Added Apr 12, 2026
excelxlsxmcpsheetjspagination
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
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"]
}
}
}