Productivity|AI / ML|DevelopmentPython
PPTAgent
An Agentic Framework for Reflective PowerPoint Generation
N/A rating (0 reviews)0 installs3,975 GitHub stars
PowerPointAIPresentation
PPTAgent is designed to assist users in generating PowerPoint presentations through an agentic framework that promotes reflection and creativity. It leverages AI to enhance the presentation creation process, making it more efficient and user-friendly.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pptagent": {
"args": [
"pptagent"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.