Skip to content

Excel Analyser

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

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