Skip to content
Zed

MCP Server for PowerPoint for Zed

io.github.trsdn/mcp-server-ppt

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

client:Zed transport:stdio runtime:nuget

Install MCP Server for PowerPoint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Server for PowerPoint in other clients