mcp-server-excel-plugins

sbroenne/mcp-server-excel-plugins
★ 0 stars PowerShell 🔌 API Integration Updated today
GitHub Copilot CLI plugins for Windows-only Excel automation with ExcelMcp
View on GitHub →

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"
      ]
    }
  }
}