Powerpoint MCP 服务器
一个用于创建 Powerpoint 演示文稿的 MCP 服务器。
快速入门
安装
- 确保安装 UV 工具:
- MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- MacOS/Linux:
- 克隆仓库:
git clone https://github.com/supercurses/powerpoint.git
- 配置环境变量(如 TogetherAI API 密钥)以及保存文件的目标路径。
使用
- 在配置文件中添加服务器并启动,指定目标目录和文件夹路径。
- 调用工具创建演示文稿、编辑幻灯片、生成图像等。
- 保存完成的演示文稿到指定路径。