46-tool PowerPoint MCP server. Build, edit, and export .pptx files. Windows-first.
46-tool PowerPoint MCP server. Build, edit, and export .pptx files. Windows-first. That is what the mcp office powerpoint mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
MCP Office is a suite of Model Context Protocol servers that expose Microsoft Office capabilities as governed, deterministic tool calls. Each server runs locally on Windows, connects to your MCP client (Claude Desktop, VS Code Copilot, or any MCP-compatible client), and gives you structured control over Office files — without an in-app AI assistant.
The server publishes 5 tools. What each one is for:
Package — What it doesmailmcp — In development — Outlook email, calendar, contacts, and MailRepo searchRequirement — NotesPrerequisites — The Prerequisites tool exposed by this serverVerify — Each should return a tool list (65 for Excel, 46 for PowerPoint, 50 for Word). If a server is missing, check that python resolves to the venv whereThe server ships on PyPI as mcp-office, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: EXCEL_ALLOWLIST_ROOTS, EXCEL_ENABLE_WRITE, PPT_ALLOWLIST_ROOTS, PPT_ENABLE_WRITE, WORD_ALLOWLIST_ROOTS, WORD_ENABLE_WRITE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
python --version) - Claude Desktop or VS Code with GitHub Copilot - Microsoft Office (Excel / PowerPoint / Word) — required for COM-backed tools (styling, PDF export, tracked-changes)Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Office PowerPoint's toolset — Package, mailmcp, Requirement and 2 more — is a fair guide to whether it matches your workflow. It is maintained by dosev-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Office PowerPoint's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Package | What it does |
| mailmcp | In development — Outlook email, calendar, contacts, and MailRepo search |
| Requirement | Notes |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Verify | Each should return a tool list (65 for Excel, 46 for PowerPoint, 50 for Word). If a server is missing, check that python resolves to the venv where you installed mcp-office. |
{
"mcpServers": {
"office-powerpoint": {
"command": "uvx",
"args": ["mcp-office"],
"env": {
"EXCEL_ALLOWLIST_ROOTS": "your-value",
"EXCEL_ENABLE_WRITE": "your-value",
"PPT_ALLOWLIST_ROOTS": "your-value",
"PPT_ENABLE_WRITE": "your-value",
"WORD_ALLOWLIST_ROOTS": "your-value",
"WORD_ENABLE_WRITE": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
python --version) - Claude Desktop or VS Code with GitHub Copilot - Microsoft Office (Excel / PowerPoint / Word) — required for COM-backed tools (styling, PDF export, tracked-changes)| Variable | Description | Required |
|---|---|---|
| EXCEL_ALLOWLIST_ROOTS | Configuration value read at startup. | Optional |
| EXCEL_ENABLE_WRITE | Configuration value read at startup. | Optional |
| PPT_ALLOWLIST_ROOTS | Configuration value read at startup. | Optional |
| PPT_ENABLE_WRITE | Configuration value read at startup. | Optional |
| WORD_ALLOWLIST_ROOTS | Configuration value read at startup. | Optional |
| WORD_ENABLE_WRITE | Configuration value read at startup. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.