Skip to content

Excel

Free

by MCP Community

Excel file processing server based on Model Context Protocol (MCP)

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

Excel MCP Server

Excel file processing server based on Model Context Protocol (MCP)

Installation

npx -y @zhiweixu/excel-mcp-server

Reviews

Leave a Review

Installation

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