article
README
🚀 使用 Bun 的 MCP 模型上下文协议幻灯片生成器
本项目是一个用于 Model Context Protocol (MCP) 的 PowerPoint 生成器,借助 Bun 实现相关功能。需要注意的是,该生成器无法读取或编辑现有演示文稿。
✨ 主要特性
- 创建演示文稿
- 添加幻灯片
- 添加文本
- 添加表格
- 添加形状
- 添加图表
- 获取文件链接
🚀 快速开始
启动服务器
bunx -y @pylogmonmcp/powerpoint-generator
本项目是一个用于 Model Context Protocol (MCP) 的 PowerPoint 生成器,借助 Bun 实现相关功能。需要注意的是,该生成器无法读取或编辑现有演示文稿。
bunx -y @pylogmonmcp/powerpoint-generator
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed