Skip to content
Cursor

MCP Office PowerPoint for Cursor

io.github.dosev-ai/mcp-office-powerpoint

46-tool PowerPoint MCP server. Build, edit, and export .pptx files. Windows-first.

client:Cursor transport:stdio runtime:pypi

Install MCP Office PowerPoint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-office-powerpoint": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-office"
      ],
      "env": {
        "PPT_ALLOWLIST_ROOTS": "<PPT_ALLOWLIST_ROOTS>",
        "PPT_ENABLE_WRITE": "<PPT_ENABLE_WRITE>",
        "PPT_ENABLE_COM": "<PPT_ENABLE_COM>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Office PowerPoint in other clients