mcp-server-excel-plugins

sbroenne/mcp-server-excel-plugins
★ 0 stars PowerShell API Integration Updated 2mo ago
GitHub Copilot CLI plugins for Windows-only Excel automation with ExcelMcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-excel-plu": {
      "command": "npx",
      "args": [
        "-y",
        "sbroenne/mcp-server-excel-plugins"
      ]
    }
  }
}