- Mcp Office Powerpoint
Mcp Office Powerpoint
MCP Office PowerPoint
Local-first MCP server for Microsoft PowerPoint — part of the mcp-office suite. 46 tools for building, editing, reviewing, and exporting presentations over stdio.
Capabilities: slide CRUD, shape and text editing, an Output Contract framework for machine-verifiable slide specs, evidence bundles, table editing, image insertion.
Requirements: Windows · Python 3.11+ · Microsoft PowerPoint needed only for COM export tools (PDF, PNG, slide show); file-based tools (python-pptx) work without PowerPoint. No hosted tier — runs on your machine.
Install: git clone https://github.com/dosev-ai/mcp-office && pip install -e ./shared && pip install -e ./pptmcp Config: { "mcpServers": { "powerpoint": { "command": "python", "args": ["-m","pptmcp.server"] } } } License: MIT
Server Config
{
"mcpServers": {
"powerpoint": {
"command": "python",
"args": [
"-m",
"pptmcp.server"
]
}
}
}