Skip to content

Excel

Free

by MCP Community

Model Context Protocol server for Excel automation

v1.0.0Added Apr 12, 2026
mcpexcelautomationspreadsheet
Works with:ClaudeGPTGeminiCopilot

Excel MCP Server

Model Context Protocol server for Excel automation

Installation

npx -y @iflow-mcp/excel-mcp-server

Reviews

Leave a Review

Installation

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