ExcelMcp v1.4.19 - MCP Server & CLI
ExcelMcp v1.4.19 - MCP Server & CLI
What's New
See CHANGELOG for detailed changes.
Installation
MCP Server (.NET Tool)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer --version 1.4.19
mcp-excel
```n
**CLI (.NET Tool)**
```powershell
dotnet tool install --global Sbroenne.ExcelMcp.CLI --version 1.4.19
excelcli --help
```n
For complete documentation, see the [main README](https://github.com/sbroenne/mcp-server-excel#readme).
### Requirements
- Windows OS with Microsoft Excel installed
- .NET 8.0 runtime
- Excel 2016+ (for COM interop)
### Documentation
- GitHub Repository: https://github.com/sbroenne/mcp-server-excel
- MCP Server: src/ExcelMcp.McpServer/README.md
- CLI: src/ExcelMcp.CLI/README.md