Skip to content

ExcelMcp 2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:47
· 26 commits to main since this release
3ad8ca3

ExcelMcp 2.0.1

What's New

Patch Changes

  • #811 d43a165 Thanks @sbroenne! - Reliable Agent Plugin packages: ExcelMcp plugins now use the host-provided persistent cache, preserve CLI pipeline output, and ship current installation and tool examples.

  • #809 cbbc529 Thanks @sbroenne! - Reliable MCP Registry releases (#808): Releases now stamp and verify both MCP Registry version fields, and report publishing failures instead of hiding them.

  • #813 3ad8ca3 Thanks @sbroenne! - Verified plugin runtime downloads: The ExcelMcp Copilot plugins now check downloaded and cached Windows runtime ZIPs against SHA-256 checksums published with the exact GitHub release before extraction.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-2.0.1.vsix below
  • Self-contained: no .NET runtime or SDK required
  • Includes both MCP Server and CLI (excelcli)
  • Agent skills (excel-mcp + excel-cli) registered automatically via chatSkills

Claude Desktop (MCPB)

  • Download excel-mcp-2.0.1.mcpb and double-click to install

Standalone Executables (Primary — no .NET runtime required)

  • MCP Server: Download ExcelMcp-MCP-Server-2.0.1-windows.zip, extract mcp-excel.exe
  • CLI: Download ExcelMcp-CLI-2.0.1-windows.zip, extract excelcli.exe
  • Add the exe(s) to your PATH, then configure your MCP client with command mcp-excel

NuGet (.NET Tool) (Secondary — requires .NET 10 runtime)

dotnet tool install --global Sbroenne.ExcelMcp.McpServer
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • Install via Skills CLI: npx skills add sbroenne/mcp-server-excel --skill excel-cli or --skill excel-mcp
  • Or download excel-skills-v2.0.1.zip

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • No .NET runtime required for VS Code Extension, MCPB, or standalone executables
  • .NET 10 Runtime required for NuGet (.NET tool) installation only

Documentation