MCP Server for PowerPoint for Cursor
io.github.sbroenne/mcp-server-powerpoint
PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.
client:Cursor
transport:stdio
runtime:nuget
Install MCP Server for PowerPoint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-powerpoint": {
"type": "stdio",
"command": "dnx",
"args": [
"Sbroenne.PowerPointMcp.McpServer",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs