开源MCP工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
The world's best PowerPoint MCP server - Real-time PowerPoint control via COM au,提供了实时控制PowerPoint的功能,方便开发者使用。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
The world's best PowerPoint MCP server - Real-time PowerPoint control via COM au,提供了实时控制PowerPoint的功能,方便开发者使用。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/ykuwai/ppt-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "ppt-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "ppt-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="https://raw.githubusercontent.com/ykuwai/ppt-mcp/main/assets/ppt-mcp-logo-letter.png" alt="PowerPoint MCP" width="480"> </p>
<p align="center"> <a href="README_ja.md">日本語版はこちら</a> </p>
<p align="center"> <a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.10%2B-blue.svg" alt="Python"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License"></a> <img src="https://img.shields.io/badge/Platform-Windows-0078d4.svg" alt="Platform"> <a href="https://pepy.tech/projects/ppt-mcp"><img src="https://static.pepy.tech/personalized-badge/ppt-mcp?period=total&units=ABBREVIATION&left_color=BLACK&right_color=GREEN&left_text=downloads" alt="Downloads"></a> </p>
<p align="center"> <strong>Real-time PowerPoint control through COM automation —<br>an MCP server with 156 tools for AI agents and developers.</strong> </p>
---
An MCP (Model Context Protocol) server that gives AI agents full control over a live Microsoft PowerPoint instance via COM automation. Unlike file-based libraries like python-pptx, this server interacts directly with a running PowerPoint application.
ppt_activate_presentation locks all tools to a specific file, preventing accidental edits to the wrong presentationaccent1, accent2, etc. instead of hardcoded RGB valuesStandard config — works in Claude Desktop, Cursor, .mcp.json, and most other MCP clients:
{
"mcpServers": {
"powerpoint": {
"command": "uvx",
"args": ["ppt-mcp"]
}
}
}
Just describe what you want in plain language — no code required.
---
Simple — topic only
"Create a 3-slide intro deck for a productivity app called Flowly."
<details> <summary>View slides</summary> <br> <img src="assets/examples/example1/Slide1.png" width="640"> <img src="assets/examples/example1/Slide2.png" width="640"> <img src="assets/examples/example1/Slide3.png" width="640"> </details>
---
With style direction — topic + visual style
"Make a 4-slide presentation on the benefits of async work. Dark navy style, add icons for each benefit."
<details> <summary>View slides</summary> <br> <img src="assets/examples/example2/Slide1.png" width="640"> <img src="assets/examples/example2/Slide2.png" width="640"> <img src="assets/examples/example2/Slide3.png" width="640"> <img src="assets/examples/example2/Slide4.png" width="640"> </details>
---
Detailed — topic + design intent + slide structure
"Build a 5-slide pitch for an AI note-taking app called NoteAI. White background, teal accent. Slides: title, problem, solution, features with icons, closing."
<details> <summary>View slides</summary> <br> <img src="assets/examples/example3/Slide1.png" width="640"> <img src="assets/examples/example3/Slide2.png" width="640"> <img src="assets/examples/example3/Slide3.png" width="640"> <img src="assets/examples/example3/Slide4.png" width="640"> <img src="assets/examples/example3/Slide5.png" width="640"> </details>
---
Design keywords that elevate results:
| Aspect | Keywords / Phrases | What it does |
|---|---|---|
| **Icons** | add icons · icon for each point · use icons throughout | Searches Google Material Symbols and places crisp SVG icons automatically |
| **Color scheme** | dark navy · white background · monochrome · light gray | Sets the overall color palette and mood |
| **Accent color** | teal accent · blue accent · brand color #2563EB | Applies a specific highlight color to headings, icons, and shapes |
| **Style tone** | modern minimal · bold and vibrant · clean and professional · playful | Signals the overall visual personality |
| **Deck type** | pitch deck · investor presentation · workshop slides · status report | Guides layout and content density toward the intended purpose |
| **Slide structure** | Slides: title, problem, solution, features, CTA · 4 slides | Defines the narrative arc and slide count up front |
| **Layout** | card layout · two-column · centered · full-bleed background | Shapes how content is arranged on each slide |
| **Text density** | minimal text · one message per slide · bullet points | Controls how much text appears and how it's formatted |
| **Backgrounds** | gradient background · solid dark background · soft light background | Specifies the background treatment across slides |
| **Emphasis** | highlight key numbers · bold headings · accent bar on each slide | Draws attention to the most important information |
```
code --add-mcp '{"name":"powerpoint","command":"uvx","args":["ppt-mcp"]}'
该项目提供了实时控制PowerPoint的功能,方便开发者使用,但代码质量和文档完善度需要进一步提高。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,开源MCP工具 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | ppt-mcp |
| 原始描述 | 开源MCP工具:The world's best PowerPoint MCP server - Real-time PowerPoint control via COM au。⭐31 · Python |
| Topics | mcppython |
| GitHub | https://github.com/ykuwai/ppt-mcp |
| 语言 | Python |
收录时间:2026-06-09 · 更新时间:2026-06-09 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端