Skip to content

Excel

Free

by MCP Community

MCP server for Excel integration

v1.1.0Added Apr 12, 2026
mcpexcelmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Excel MCP Server

MCP server for Excel integration

Installation

npx -y @anh9thgg/mcp-excel

Reviews

Leave a Review

Installation

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