Hrithik-s-Raj/PptxGenJS-mcp-server
If you are the rightful owner of PptxGenJS-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A production-ready Model Context Protocol (MCP) server that provides PowerPoint presentation creation capabilities through PptxGenJS.
Tools
Functions exposed to the LLM to take actions
create_presentation
Create a new PowerPoint presentation.
add_slide
Add a new slide to a presentation.
add_text
Add text to a slide with formatting options.
add_shape
Add shapes to slides.
add_image
Add images from file paths or URLs.
add_table
Add tables with data.
add_chart
Add charts with data visualization.
save_presentation
Save presentation to file.
list_presentations
List all active presentations in memory.
delete_presentation
Remove a presentation from memory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client