作者:互联网 时间: 2026-07-23 13:30:02
2300032166/auto-ppt-agent-mcpskill 这个标题对应的原名仓库是 2300032166/auto-ppt-agent-mcp,真实入口是 https://github.com/2300032166/auto-ppt-agent-mcp。旧地址 https://github.com/2300032166/auto-ppt-agent-mcpskill 多了 skill,不再作为下载入口使用。
Auto-PPT Agent (MCP) 是用 MCP 组织的自动 PPT 代理:本地 LLM 规划 slide titles,DuckDuckGo 搜索实时资料,PowerPoint Builder MCP server 负责渲染和排版,最终生成带主题的 .pptx。

git clone https://github.com/2300032166/auto-ppt-agent-mcp.gitpip install -r requirements.txt。google/flan-t5-base,大约需要 1GB 磁盘和稳定网络。最直接的是 CLI:python run_agent.py "Artificial Intelligence in Healthcare"。要指定主题可以加 --theme dark,要控制页数和文件名可以用 --slides 10 --output rome_history.pptx。输出会保存在 output/ 目录。

如果只想测 MCP server,可以用 npx @modelcontextprotocol/inspector python ppt_server.py 打开 Inspector。要用网页模式,则执行 python web_launcher.py,浏览器访问 http://localhost:5000,它会提供进度跟踪、单页重生成和下载管理。
这篇标题里的 mcpskill 容易让人误以为是普通 skill 包,但真实项目是 MCP 架构加 CLI/Web UI。第一次测试用短主题、少页数和明确输出文件名,先确认 web search、主题引擎和 PPT builder 都能接上。