PowerPointMcp 0.1.4
What's New
Patch Changes
- #42
ec2f011Thanks @sbroenne! - The MCP Server and CLI standalone.exerelease 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.vsixbelow - 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.mcpband double-click to install
Standalone Executables (Primary — no .NET runtime required)
- MCP Server: Download
PowerPointMcp-MCP-Server-0.1.4-windows.zip, extractmcp-powerpoint.exe - CLI: Download
PowerPointMcp-CLI-0.1.4-windows.zip, extractpowerpointcli.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.CLIAgent 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