Back to MCP Servers
🔌

sbroenne/mcp-server-excel

MIT

#️⃣ 🏠 🪟 - Full-featured Excel MCP server. 173 operations: Power Query, DAX, VBA, PivotTables, Tables, Charts, ranges, formatting. 100% Excel compatibility - uses Excel app instead of creating .xlsx

C#Productivity

Install

npx -y add-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "sbroenne-mcp-server-excel": {
      "command": "npx",
      "args": [
        "-y",
        "add-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.