PowerPoint 自动化服务器

PowerPoint 自动化服务器

为 Claude Desktop 提供基于 MCP 协议的 PowerPoint 自动化服务,支持创建、编辑和管理幻灯片。

快速入门

  1. 克隆仓库: 使用 git clone https://github.com/socamalo/PPT_MCP_Server.git

  2. 安装依赖: 运行 uv add fastmcp pywin32

  3. 配置 Claude Desktop: 编辑配置文件 %APPDATA%\Claude\claude_desktop_config.json,添加以下内容:

    { "mcpServers": { "ppts": { "command": "uv", "args": ["run", "path/to/main.py"] } } }

  4. 启动服务并使用 Claude Desktop 控制 PowerPoint。

示例操作

  • 初始化 PowerPoint:Could you open PowerPoint for me?
  • 创建新演示文稿:Please create a new PowerPoint presentation.
  • 添加幻灯片:Add a new slide to the presentation.