Skip to content
VS Code

ChatPPT for VS Code

io.github.parkerdiamond/chatppt

Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing

client:VS Code transport:stdio runtime:npm

Install ChatPPT in VS Code

.vscode/mcp.json

{
  "servers": {
    "chatppt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}

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

ChatPPT in other clients