最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
2300032166/auto-ppt-agent-mcpskill下载-2300032166/auto-ppt-agent-mcpskill网页版下载入口
时间:2026-08-18 08: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。

先装依赖,再等模型下载
- 仓库主页:https://github.com/2300032166/auto-ppt-agent-mcp
- ZIP 包:https://github.com/2300032166/auto-ppt-agent-mcp/archive/refs/heads/main.zip
- 克隆命令:
git clone https://github.com/2300032166/auto-ppt-agent-mcp.git - 进入项目目录后执行
pip 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 和网页模式分开测
如果只想测 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 都能接上。
相关文章
- 迷你DAYZ手游电锯强度解析迷你DAYZ手游器械武器全面评测 09-04
- 奇门手游内测资格获取渠道汇总奇门手游测试时间与核心玩法详细说明 09-04
- AutoDraw能提高办公效率吗怎么看-事实变化和判断依据 09-04
- reactnaviteJSBridge通信机制、异步通信特点 09-04
- React组件通信详解 09-04
- 手写深拷贝:从JSON到递归,彻底解决循环引用问题 09-04