Skip to content

Releases: sbroenne/mcp-server-powerpoint

PowerPointMcp 0.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:31
4bd5377

PowerPointMcp 0.0.2

What's New

Patch Changes

  • #7 4bd5377 Thanks @sbroenne! - Replaced manual CHANGELOG.md editing and the fragile awk/sed-based release-notes
    extraction with changesets: contributors
    now add a small .changeset/*.md fragment describing their change, CI enforces one
    is present (or the skip-changelog label), and scripts/Build-Changelog.ps1
    compiles pending fragments into CHANGELOG.md and the GitHub Release body at
    release time. See docs/RELEASE-STRATEGY.md for the full process.

  • #7 4bd5377 Thanks @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.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.0.2.mcpb and double-click to install

Standalone Executables (Primary — no .NET runtime required)

  • MCP Server: Download PowerPointMcp-MCP-Server-0.0.2-windows.zip, extract mcp-powerpoint.exe
  • CLI: Download PowerPointMcp-CLI-0.0.2-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.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

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:02

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.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.0.1.mcpb and double-click to install

Standalone Executables (Primary — no .NET runtime required)

  • MCP Server: Download PowerPointMcp-MCP-Server-0.0.1-windows.zip, extract mcp-powerpoint.exe
  • CLI: Download PowerPointMcp-CLI-0.0.1-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.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

Documentation