MCP Server for PowerPoint for VS Code
io.github.sbroenne/mcp-server-powerpoint
PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.
client:VS Code
transport:stdio
runtime:nuget
Install MCP Server for PowerPoint in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-powerpoint": {
"type": "stdio",
"command": "dnx",
"args": [
"Sbroenne.PowerPointMcp.McpServer",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs