powerpoint MCP server
@supercurses
powerpoint MCP server について
A MCP Server for creating Powerpoint Presentations
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"powerpoint": {
"command": "uv",
"args": [
"--directory",
"/path/to/powerpoint",
"run",
"powerpoint",
"--folder-path",
"/path/to/decks_folder"
],
"env": {
"TOGETHER_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is powerpoint?
powerpoint is an MCP server that creates PowerPoint presentations using a suite of tools. It integrates with MCP hosts such as Claude Desktop and is aimed at developers who want to generate or edit .pptx files programmatically.
How to use powerpoint?
Install via uv, clone the repository, then configure the server in your MCP client (e.g., claude_desktop_config.json) by providing a --folder-path for storage and optionally a TOGETHER_API_KEY for image generation. After setup, invoke the server’s tools to create, edit, and save presentations.
Key features of powerpoint
- Create new presentations with a specified name
- Add title-only, section header, title‑with‑content, table, chart, and picture‑with‑caption slides
- Open existing presentations for editing (automatically saves a backup)
- Generate images via the FLUX model (requires TogetherAI API key)
- Save presentations to a user‑defined folder path
Use cases of powerpoint
- Build a presentation from scratch, adding various slide types
- Enhance a presentation with dynamically generated tables and charts
- Combine with another MCP server (e.g., SQLite) to create data‑driven decks
- Edit an existing PowerPoint file by opening it and appending slides
- Include AI‑generated images in slides using the image generation tool
FAQ from powerpoint
What dependencies are required?
The server requires the uv runtime. Image generation via the FLUX model requires a TOGETHER_API_KEY environment variable (get one at api.together.xyz).
How do I specify where presentations are saved?
Use the --folder-path argument to set the directory where all presentation files and images will be stored.
Can I open and edit an existing PowerPoint file?
Yes – the open-presentation tool loads an existing .pptx file and automatically creates a backup named backup.pptx before any changes are made.
How do I generate images for slides?
Use the generate-and-save-image tool with a prompt and file_name. This feature is optional and only works when the TOGETHER_API_KEY environment variable is set.
Is the server open source?
Yes, this MCP server is licensed under the MIT License.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント