Office Powerpoint MCP Server
A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protoco
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Office Powerpoint MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/GongRzhe/Office-PowerPoint-MCP-Server#readme
#
# 2. Add it to Claude Code:
claude mcp add office-powerpoint -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "Office-PowerPoint-MCP-Server": { "command": "<...>", "args": ["<...>"] }
# }
# }