Skip to content

Releases: sbroenne/mcp-server-excel

ExcelMcp 1.8.6

21 Feb 06:57
a028ed7

Choose a tag to compare

ExcelMcp 1.8.6

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.8.6.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-1.8.6.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.8.6.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.8.3

19 Feb 20:22
8fda456

Choose a tag to compare

ExcelMcp 1.8.3

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.8.3.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-1.8.3.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.8.3.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.8.2

19 Feb 09:50
535d30d

Choose a tag to compare

ExcelMcp 1.8.2

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.8.2.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-1.8.2.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.8.2.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

v1.8.1: Fix Missing Tool Description

17 Feb 20:34
df2833a

Choose a tag to compare

Hotfix release for v1.8.0

Fixed Issues:

  • Fixed missing Description attribute on worksheet tool
  • Removes MCP framework warning about worksheet tool not having a description

This was a regression from the manual ExcelWorksheetTool implementation and should have been caught in code review.

v1.8.0: Worksheet Atomic Operations & Screenshot Rendering Fix

17 Feb 20:28
73750da

Choose a tag to compare

Highlights

Fixed Issues

  • Worksheet copy-to-file No Longer Requires session_id - The atomic \copy-to-file\ and \move-to-file\ operations now work transparently without requiring a session parameter
  • Screenshots Now Capture Reliably After Save Operations - Added automatic rendering delays and window focus handling to prevent blank/white screenshots

New Features

  • Manual ExcelWorksheetTool for intelligent routing of session vs. atomic operations
  • Enhanced screenshot rendering with 500ms delays and app.Activate() call
  • New smoke test validating atomic worksheet operations

Changes

  • New: src/ExcelMcp.McpServer/Tools/ExcelWorksheetTool.cs
  • 🔧 Enhanced: src/ExcelMcp.Core/Commands/Screenshot/ScreenshotCommands.cs
    • Added automatic 500ms rendering delay when Excel already visible
    • Added window activation for proper focus
    • Increased CopyPicture retries from 5 to 7 (3.5s timeout)
  • 🔧 Updated: src/ExcelMcp.Core/Commands/Sheet/ISheetCommands.cs
  • 🧪 New Test: WorksheetCopyToFile_WithoutSessionId_Works

Compatibility

✅ Fully backward compatible - No breaking changes

ExcelMcp 1.7.9

17 Feb 19:08
592710b

Choose a tag to compare

ExcelMcp 1.7.9

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.7.9.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-1.7.9.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.7.9.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.7.8

17 Feb 14:46
c7f1f08

Choose a tag to compare

ExcelMcp 1.7.8

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.7.8.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-1.7.8.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.7.8.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.7.7

17 Feb 06:49
5b86aeb

Choose a tag to compare

ExcelMcp 1.7.7

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.7.7.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-1.7.7.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.7.7.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.7.6

16 Feb 17:31
830d85a

Choose a tag to compare

ExcelMcp 1.7.6

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.7.6.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-1.7.6.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.7.6.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation

ExcelMcp 1.7.5

16 Feb 15:20
c7292c0

Choose a tag to compare

ExcelMcp 1.7.5

What's New

See repository for details.

Installation Options

VS Code Extension (Recommended)

  • Search "ExcelMcp" in VS Code Marketplace and click Install
  • Or download excelmcp-1.7.5.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-1.7.5.mcpb and double-click to install

NuGet (.NET Tool)

# MCP Server (for AI assistants)
dotnet tool install --global Sbroenne.ExcelMcp.McpServer
# CLI (for coding agents and scripting)
dotnet tool install --global Sbroenne.ExcelMcp.CLI

Agent Skills (for AI coding assistants)

  • VS Code Extension includes both skills automatically (excel-mcp + excel-cli)
  • For other agents: download excel-skills-v1.7.5.zip or install via npx skills add sbroenne/mcp-server-excel

Requirements

  • Windows OS
  • Microsoft Excel 2016+
  • .NET 10 Runtime or SDK (for NuGet installation only; VS Code and MCPB bundle it)

Documentation