PowerPoint Automation MCP Server for Claude Desktop
Description
# PowerPoint Automation MCP Server for Claude Desktop This project provides a PowerPoint automation server that works with Claude Desktop via the Model Control Protocol (MCP). It allows Claude to interact with Microsoft PowerPoint, enabling tasks like creating presentations…
About
# PowerPoint Automation MCP Server for Claude Desktop This project provides a PowerPoint automation server that works with Claude Desktop via the Model Control Protocol (MCP). It allows Claude to interact with Microsoft PowerPoint, enabling tasks like creating presentations, adding slides, modifying content, and more…
Details
- Author
- socamalo
- Downloads
- 593
- Categories
- Productivity, Automation
Jump to
- Create, open, save, and close presentations
- List all open presentations
- Get slide information and content
- Add slides with different layouts
- Add text boxes and update shape text
- Set slide titles
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
PowerPoint Automation MCP Server for Claude DesktopCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies (uv add fastmcp pywin32), then configure Claude Desktop by adding the server entry to %APPDATA%\Claude\claude_desktop_config.json. Once configured, invoke tasks like “Create a new PowerPoint presentation” or “Add a text box to slide 1 with the text ‘Hello World’.”
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"powerpoint automation mcp server for claude desktop": {
"ppts": {
"command": "uv",
"args": [
"run",
"path/to/main.py"
]
}
}
}
}
McpServers
{
"ppts": {
"command": "uv",
"args": [
"run",
"path/to/main.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


