Excel Analyser
Freeby MCP Community
A Node.js tool to read and analyse Excel (.xlsx), CSV (.csv), and JSON (.json) files using MCP with automatic pagination support.
v2.3.5Added Apr 12, 2026
excelxlsxcsvjsonMCP
Excel Analyser MCP Server
A Node.js tool to read and analyse Excel (.xlsx), CSV (.csv), and JSON (.json) files using MCP with automatic pagination support.
Installation
npx -y excel-analyser-mcp
Reviews
Installation
Quick install
npx -y excel-analyser-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"excel-analyser": {
"command": "npx",
"args": ["-y", "excel-analyser-mcp"]
}
}
}