Skip to content

Xlsx

Free

by MCP Community

MCP server for reading and writing Excel (xlsx) files

v1.0.3Added Apr 12, 2026
mcpxlsxexcelmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Xlsx MCP Server

MCP server for reading and writing Excel (xlsx) files

Installation

npx -y mcp-xlsx

Reviews

Leave a Review

Installation

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