MCP Server Demo - PowerPoint Automation
@buckylee2019
关于 MCP Server Demo - PowerPoint Automation
MCP server for PowerPoint
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ppt-mcp-server": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/mcp-ppt-server",
"mcp-ppt-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Demo - PowerPoint Automation?
This project provides an MCP (Model Completion Protocol) server that enables PowerPoint automation capabilities, designed for use with Amazon Q. It allows programmatic creation, modification, and saving of PowerPoint presentations via a set of tools.
How to use MCP Server Demo - PowerPoint Automation?
Run the server using uv run --directory /path/to/mcp-ppt-server mcp-ppt-server. Then configure an MCP client (such as Amazon Q) to invoke the exposed tools. The server manages one active presentation at a time — no presentation ID tracking is needed.
Key features of MCP Server Demo - PowerPoint Automation
- Create, open, save, and close PowerPoint presentations
- Add and modify slides with various layouts
- Insert text boxes, images, tables, and charts
- Update text content and shape properties
- Retrieve slide text, shape info, and table content
Use cases of MCP Server Demo - PowerPoint Automation
- Automate generating slide decks from data or templates
- Integrate PowerPoint creation into a Q&A assistant workflow
- Programmatically update presentation content without manual edits
- Extract table data or slide text for downstream processing
FAQ from MCP Server Demo - PowerPoint Automation
What runtime environment is required?
The server runs on systems with Microsoft PowerPoint installed (Windows). It is executed via uv run and requires Python and the MCP server package.
Does it support working with multiple presentations simultaneously?
No, the server uses a single active presentation at a time. You must close one presentation before opening or creating another.
How are errors handled?
Most functions return a dictionary. If an error occurs, the dictionary includes an "error" key with a descriptive message. Always check for that key in the response.
What transport or authentication does the server use?
The README does not specify authentication or transport details. The server follows the standard MCP protocol, typically communicating over stdio.
Can I specify chart types and data series?
Yes. The add_chart tool supports chart types 'COLUMN', 'LINE', 'PIE', and 'BAR', and accepts category names, series names, and series values as lists.
生产力 分类下的更多 MCP 服务器
ntfy-mcp: Your Friendly Task Completion Notifier
teddyzxcvC++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
评论