Skip to content

Xlsx

Free

by MCP Community

MCP server for Excel files

v0.1.7Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Xlsx MCP Server

MCP server for Excel files

Installation

npx -y xlsx-mcp

Reviews

Leave a Review

Installation

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