Skip to content

Excel

Free

by MCP Community

Excel MCP Server for manipulating Excel files - Node.js implementation

v0.1.0Added Apr 12, 2026
mcpexcelspreadsheetservermodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Excel MCP Server

Excel MCP Server for manipulating Excel files - Node.js implementation

Installation

npx -y @shmaxi/excel-mcp-server

Reviews

Leave a Review

Installation

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