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