mcp-server-powerpoint

sbroenne/mcp-server-powerpoint
★ 1 stars C# AI/LLM Updated 11d ago
Windows PowerPoint automation via COM/PIA - MCP Server & CLI for AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-powerpoin": {
      "command": "npx",
      "args": [
        "-y",
        "sbroenne/mcp-server-powerpoint"
      ]
    }
  }
}