Skip to content
VS Code

MCP Server for PowerPoint for VS Code

io.github.trsdn/mcp-server-ppt

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

client:VS Code transport:stdio runtime:nuget

Install MCP Server for PowerPoint in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server-ppt": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "PptMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Server for PowerPoint in other clients