Skip to content

MCP Server for PowerPoint for Grok

io.github.sbroenne/mcp-server-powerpoint

PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.

client:Grok transport:stdio runtime:nuget

Install MCP Server for PowerPoint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server-powerpoint": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Sbroenne.PowerPointMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Server for PowerPoint in other clients