This server has been archived and is no longer actively maintained.
The page is preserved for reference. Consider alternatives in the same category.
A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 92 days ago. 1,618 GitHub stars. 19,929 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
9 tools. Estimated ~400 tokens of your context window (0.2% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"ppt": {
"env": {},
"args": [
"/path/to/ppt_mcp_server.py"
],
"command": "python"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @smithery/cli 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
create_presentationCreate new presentations
create_presentation_from_templateCreate from templates with theme preservation
open_presentationOpen existing presentations
save_presentationSave presentations to files
get_presentation_infoGet comprehensive presentation information
get_template_file_infoAnalyze template files and layouts
set_core_propertiesSet document properties
add_slideAdd slides with optional background styling
get_slide_infoGet detailed slide information
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.