MCP.so
登录

Powerpoint MCP server

@Ichigo3766

关于 Powerpoint MCP server

A MCP server project that creates PowerPoint presentations, forked from supercurses/powerpoint with additional features

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

Ichigo3766

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Powerpoint MCP server?

A MCP server that creates PowerPoint presentations using a set of tools for building slides, tables, charts, and images. It integrates with a Stable Diffusion (ForgeUI/Automatic-1111) API for image generation. Designed for developers and AI agents automating presentation creation.

How to use Powerpoint MCP server?

Install uv, clone the repository, and configure the server in your MCP client's JSON config. Set the SD_WEBUI_URL environment variable, specify a --folder-path, then invoke tools like create-presentation, add-slide-title-content, and save-presentation to build and save decks.

Key features of Powerpoint MCP server

  • Creates presentations from scratch or edits existing .pptx files
  • Adds title, section header, content, table, and chart slides
  • Generates images via Stable Diffusion (ForgeUI/Automatic-1111) API
  • Saves presentations and images to a configurable local folder
  • Automatically backs up existing presentations when opened for editing

Use cases of Powerpoint MCP server

  • Automating slide deck generation from data or reports
  • Creating presentations with custom AI-generated images
  • Combining with other MCP servers (e.g., SQLite) for data-driven slides
  • Building presentations from attached documents or research papers

FAQ from Powerpoint MCP server

What image generation API does this server use?

It uses the Stable Diffusion API (ForgeUI/Automatic-1111) instead of together ai, requiring the SD_WEBUI_URL environment variable.

What configuration is required?

Set SD_WEBUI_URL (your Stable Diffusion WebUI URL) and --folder-path (where decks and images are saved). Optionally set SD_AUTH_USER and SD_AUTH_PASS for authenticated APIs.

Can I edit existing PowerPoint files?

Yes. Use the open-presentation tool to load an existing .pptx file (a backup is saved automatically), then add slides; call save-presentation to finalize.

Where are presentations and images saved?

All decks and generated images are saved to the folder specified by the --folder-path argument. For images, you can also reference files already placed in that folder.

What are the runtime dependencies?

You need uv (package installer) and a running Stable Diffusion WebUI instance for image generation. No other external services are required.

评论

其他 分类下的更多 MCP 服务器