Releases: sbroenne/mcp-server-powerpoint
Release list
PowerPointMcp 0.0.2
PowerPointMcp 0.0.2
What's New
Patch Changes
-
#7
4bd5377Thanks @sbroenne! - Replaced manualCHANGELOG.mdediting and the fragile awk/sed-based release-notes
extraction with changesets: contributors
now add a small.changeset/*.mdfragment describing their change, CI enforces one
is present (or theskip-changeloglabel), andscripts/Build-Changelog.ps1
compiles pending fragments intoCHANGELOG.mdand the GitHub Release body at
release time. Seedocs/RELEASE-STRATEGY.mdfor the full process. -
#7
4bd5377Thanks @sbroenne! - Added PowerPoint-branded icon assets for the VS Code extension, the MCPB bundle,
and the gh-pages documentation site, replacing the generic/missing icons used
previously.
Installation Options
VS Code Extension (Recommended)
- Search "PowerPoint MCP" in VS Code Marketplace and click Install
- Or download
powerpoint-mcp-0.0.2.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.0.2.mcpband double-click to install
Standalone Executables (Primary — no .NET runtime required)
- MCP Server: Download
PowerPointMcp-MCP-Server-0.0.2-windows.zip, extractmcp-powerpoint.exe - CLI: Download
PowerPointMcp-CLI-0.0.2-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.0.2.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
PowerPointMcp 0.0.1
PowerPointMcp 0.0.1
What's New
See repository for details.
Installation Options
VS Code Extension (Recommended)
- Search "PowerPoint MCP" in VS Code Marketplace and click Install
- Or download
powerpoint-mcp-0.0.1.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.0.1.mcpband double-click to install
Standalone Executables (Primary — no .NET runtime required)
- MCP Server: Download
PowerPointMcp-MCP-Server-0.0.1-windows.zip, extractmcp-powerpoint.exe - CLI: Download
PowerPointMcp-CLI-0.0.1-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.0.1.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