Back to MCP directory
publicPublicdnsLocal runtime

powerpoint-generator-mcp

基于Bun的MCP协议PPT生成工具,支持创建演示文稿、添加幻灯片及多种元素

article

README

🚀 使用 Bun 的 MCP 模型上下文协议幻灯片生成器

本项目是一个用于 Model Context Protocol (MCP) 的 PowerPoint 生成器,借助 Bun 实现相关功能。需要注意的是,该生成器无法读取或编辑现有演示文稿。

✨ 主要特性

  • 创建演示文稿
  • 添加幻灯片
  • 添加文本
  • 添加表格
  • 添加形状
  • 添加图表
  • 获取文件链接

🚀 快速开始

启动服务器

bunx -y @pylogmonmcp/powerpoint-generator
help

Runtime guide

cloud

Hosted runtime

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

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

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

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client