← Back to browse

MCP Office PowerPoint

Indexed by io.github.dosev-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPPT_ALLOWLIST_ROOTS PPT_ENABLE_WRITE PPT_ENABLE_COM
Claude Code
claude mcp add --env PPT_ALLOWLIST_ROOTS= --env PPT_ENABLE_WRITE= --env PPT_ENABLE_COM= mcp-office-powerpoint -- uvx mcp-office
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-office-powerpoint","command":"uvx","args":["mcp-office"],"env":{"PPT_ALLOWLIST_ROOTS":"","PPT_ENABLE_WRITE":"","PPT_ENABLE_COM":""}}'
JSON
{
  "mcpServers": {
    "mcp-office-powerpoint": {
      "command": "uvx",
      "args": [
        "mcp-office"
      ],
      "env": {
        "PPT_ALLOWLIST_ROOTS": "",
        "PPT_ENABLE_WRITE": "",
        "PPT_ENABLE_COM": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.