Skip to content

PowerPointMcp 0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:57
ec2f011

PowerPointMcp 0.1.4

What's New

Patch Changes

  • #42 ec2f011 Thanks @sbroenne! - The MCP Server and CLI standalone .exe release downloads are now trimmed, reducing their download size by roughly 29% (CLI: ~185MB → ~131MB). Also fixed an intermittent failure in chart creation/data operations that could occur immediately after adding or replacing chart data.

Installation Options

VS Code Extension (Recommended)

  • Search "PowerPoint MCP" in VS Code Marketplace and click Install
  • Or download powerpoint-mcp-0.1.4.vsix below
  • Self-contained: no .NET runtime or SDK required
  • Auto-registers the MCP server via mcpServerDefinitionProviders
  • Agent skills (powerpoint-mcp) registered automatically via chatSkills

Claude Desktop (MCPB)

  • Download powerpoint-mcp-0.1.4.mcpb and double-click to install

Standalone Executables (Primary — no .NET runtime required)

  • MCP Server: Download PowerPointMcp-MCP-Server-0.1.4-windows.zip, extract mcp-powerpoint.exe
  • CLI: Download PowerPointMcp-CLI-0.1.4-windows.zip, extract powerpointcli.exe
  • Add the exe(s) to your PATH, then configure your MCP client with command mcp-powerpoint

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

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

Agent Skills (for AI coding assistants)

  • VS Code Extension includes the skill automatically (powerpoint-mcp)
  • Install via Skills CLI: npx skills add sbroenne/mcp-server-powerpoint
  • Or download powerpoint-skills-v0.1.4.zip

MCP Registry

  • Discoverable in the official MCP Registry as io.github.sbroenne/mcp-server-powerpoint

Requirements

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

Documentation