← Back to Plugins
MCP Server MCP

MCP Office PowerPoint

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-office

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-office",
      "version": "0.7.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp-office",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "pptmcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Comma-separated directory roots allowed for file access. Required — no files are accessible without this.",
          "isRequired": true,
          "name": "PPT_ALLOWLIST_ROOTS"
        },
        {
          "description": "Set to 'true' to enable write operations (slide editing and shape creation).",
          "name": "PPT_ENABLE_WRITE"
        },
        {
          "description": "Set to 'true' to activate COM-backed tools: export_slide, export_deck, run_slide_show, recalculate_charts, export_changed_slides_only. Windows-only — requires pywin32 and Microsoft PowerPoint.",
          "name": "PPT_ENABLE_COM"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...