Ppt MCP Ori MCP Server

PPT-Agent MCP服务器提供了通过大型语言模型(LLM)创建、编辑和管理PowerPoint演示文稿的能力。该服务器实现了Model Context Protocol (MCP)规范,使LLM能够通过标准接口与PPT-Agent工具进行交互。

Local serverstdio

What is the Ppt MCP Ori MCP server?

If you already use Ppt MCP Ori, the ppt mcp ori mcp server is the piece that lets your assistant work with it directly. PPT-Agent MCP服务器提供了通过大型语言模型(LLM)创建、编辑和管理PowerPoint演示文稿的能力。该服务器实现了Model Context Protocol (MCP)规范,使LLM能够通过标准接口与PPT-Agent工具进行交互。.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • createPresentation — 创建新的空白演示文稿
  • savePresentation — 保存演示文稿到指定路径
  • addSlide — 添加新的幻灯片
  • selectSlide — 选择当前操作的幻灯片
  • setBackgroundColor — 设置幻灯片背景颜色
  • setBackgroundSvg — 设置幻灯片SVG背景
  • addShape — 添加形状到幻灯片
  • addLine — 添加线条到幻灯片
  • addColumnChart — 添加柱状图到幻灯片
  • addPieChart — 添加饼图到幻灯片

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Ppt MCP Ori.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ppt MCP Ori's toolset — Windows, macOS, createPresentation and 11 more — is a fair guide to whether it matches your workflow. It is maintained by PrincessGray; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Ppt MCP Ori's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Windows%APPDATA%\Claude\claude_desktop_config.json
macOS~/Library/Application Support/Claude/claude_desktop_config.json
createPresentation创建新的空白演示文稿
savePresentation保存演示文稿到指定路径
addSlide添加新的幻灯片
selectSlide选择当前操作的幻灯片
setBackgroundColor设置幻灯片背景颜色
setBackgroundSvg设置幻灯片SVG背景
addShape添加形状到幻灯片
addLine添加线条到幻灯片
addColumnChart添加柱状图到幻灯片
addPieChart添加饼图到幻灯片
addLineChart添加折线图到幻灯片
addAnimation为形状添加动画效果

Example prompts to try

  • Use Ppt MCP Ori to Windows.
  • Use Ppt MCP Ori to macOS.
  • Use Ppt MCP Ori to createPresentation.

Frequently asked questions

It connects Ppt MCP Ori to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Windows, macOS, createPresentation, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ppt MCP Ori directly.