Local-first MCP server for Microsoft PowerPoint. 46 tools include slide CRUD, shape and text editing, an Output Contract framework for machine-verifiable slide specs, evidence bundles, table editing, and image insertion. File-based tools (python-pptx) run on Windows without PowerPoint installed. COM export tools (PDF, PNG, slide show) additionally require Microsoft PowerPoint. No hosted tier — runs on your machine.
Server Config
{
"mcpServers": {
"powerpoint": {
"command": "python",
"args": [
"-m",
"pptmcp.server"
]
}
}
}