A MCP Server for creating Powerpoint Presentations
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"powerpoint": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A MCP server project that creates powerpoint presentations
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / design
Persistent memory using a knowledge graph
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
a self-hosted project management & Kanban solution + Instant shareable boards
MCP Security Weekly
Get CVE alerts and security updates for Powerpoint and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A MCP server project that creates powerpoint presentations
The server implements multiple tools:
create-presentation: Starts a presentation
add-slide-title-only: Adds a title slide to the presentation
add-slide-section-header: Adds a section header slide to the presentation
add-slide-title-content: Adds a title with content slide to the presentation
add-slide-title-with-table: Adds a title slide with a table
add-slide-title-with-chart: Adds a title slide with a chart
add-slide-picture-with-caption: Adds a picture with caption slide
open-presentation: Opens a presentation for editing
save-presentation: Saves the presentation to a file.
generate-and-save-image: Generates an image for the presentation using a FLUX model
An environment variable is required for image generation via TogetherAI Register for an account: https://api.together.xyz/settings/api-keys
"env": {
"TOGETHER_API_KEY": "api_key"
}
A folder_path is required. All presentations and images will be saved to this folder.
"--folder-path",
"/path/to/decks_folder"
MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
git clone https://github.com/supercurses/powerpoint.git
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
--directory: the path where you cloned the repo above--folder-path: the path where powerpoint decks and images will be saved to. Also the path where you should place any image