Ppt MCP Server

PowerPoint presentation manipulation and automated design layout tools for AI assistants.

Data last scanned last week · Reviewed last month

1830 tools6PythonMIT

Overview

Ppt MCP Server enables AI agents to programmatically interact with PowerPoint files using the python-pptx library. It supports a comprehensive range of file operations, including creating presentations from templates, adding slides, and inserting dynamic content like text boxes, images, and data-driven charts. Beyond basic file editing, the server includes specialized modules for layout management, such as snap-to-grid tools, professional shape libraries, and style profile management. It also provides analytical features, allowing users to extract text content, critique presentation designs, and perform bulk generation of documents based on schema-driven JSON inputs.

Our verdict

This server carries a high risk level with a security score of 18/100. It is a community-maintained project that has not undergone editorial review, and the repository has not received a commit in over a year (395 days), suggesting it may no longer be actively supported. Given the lack of verified authentication or read-only mode documentation, users should exercise extreme caution and avoid using this in environments with sensitive corporate data.

  • Extensive feature set for automated PowerPoint content generation
  • Zero direct dependencies simplifies the supply-chain surface
  • Detailed README documentation for tool capabilities and configuration
  • Repository has not been updated in over 395 days
  • Lack of verified security reviews for authentication and file access
  • Single contributor increases bus-factor dependency risk
  • High security risk score of 18/100

Setup

Claude Desktop
{
  "mcpServers": {
    "ppt-mcp": {
      "args": [
        "-y",
        "powerpoint-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
create_presentationCreate presentations from scratch or templatesmedium
load_presentationLoad existing PowerPoint files for editinglow
save_presentationSave presentations with automatic path resolutionmedium
add_slideAdd slides with different layouts (title, content, blank, etc.)medium
extract_textExtract all text content for analysislow
get_presentation_infoGet metadata and structure informationlow
add_text_boxRich text formatting (font size, bold, italic, colors)medium
add_imageImages from files or URLs with precise positioningmedium
add_chartData-driven charts (column, bar, line, pie, area)medium
create_from_jsonSchema-driven presentation creationmedium

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

Are there any specific OS requirements for using this server?

Yes, the screenshot_slides feature is only available on Windows systems.

What PowerPoint file formats are supported?

The server exclusively supports the .pptx format, which corresponds to PowerPoint 2007 and newer versions.

How are concurrent editing requests handled?

The server operates in a single-threaded manner, meaning it does not support concurrent access to presentations.

Does the server keep presentation data in persistent storage during editing?

No, presentations are kept in memory while operations are being performed.

What is the core library used by this server?

The server is built upon the python-pptx library to handle PowerPoint file manipulations.

Alternatives

Badge

Ppt MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.