powerpoint-mcp-live
Related Servers
Alternatives to powerpoint-mcp-live
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to create, inspect, and edit PowerPoint presentations programmatically using tools for slides, text, shapes, images, tables, and search-and-replace operations.-
- AlicenseAqualityAmaintenanceEnables creating and editing PowerPoint .pptx files without corruption, with native editable SVG shapes, glued connectors, table surgery, threaded comments, live editing, and a comprehensive 138-tool MCP server surface.251AGPL 3.0
- FlicenseAqualityDmaintenanceEnables AI assistants to create, edit, and manipulate PowerPoint presentations programmatically with support for text styling, shapes, slide rearrangement, and direct Office XML access.81-
- AlicenseNot gradedqualityCmaintenanceEnables PowerPoint automation on Windows, including template-based creation, real-time editing, LaTeX equations, animations, and multimodal slide analysis, all via natural language.192 PyPI113MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create and manipulate PowerPoint presentations programmatically, including adding slides, exporting to PDF, and reading metadata.17 npm5MIT
- FlicenseNot gradedqualityCmaintenanceFull-featured PowerPoint MCP server with cross-platform support (Windows native, macOS designed). Control PowerPoint programmatically via the Model Context Protocol — 153 tools covering slides, shapes, text, formatting, charts, tables, animations, and more.-
TDQS
Scored across 23 tools
Each tool targets a distinct resource-action combination: presentations, slides, shapes, text, notes, comments, and export. Even closely related tools like get_presentation_info vs list_slides are clearly differentiated—one provides overall slide metadata, the other a simple index/title list—while format_shape_text vs format_shape separate text styling from fill/outline.
All tool names follow a consistent snake_case verb_noun pattern: list_*, get_*, save_*, add_*, delete_*, duplicate_*, move_*, activate_*, set_*, format_*, export_*. No mixed conventions or vague verbs like 'process' or 'execute'.
23 tools is slightly over the typical sweet spot of 3–15, but the count is justified by the comprehensive breadth of PowerPoint automation (presentations, slides, shapes, notes, comments, export). Each tool serves a distinct purpose with no redundant or filler tools, making the scope reasonable for a mature MCP server.
The tool surface covers the full lifecycle of working with presentations, slides, shapes, notes, and comments, including read, create, update, delete, and navigation operations. The main gap is the lack of open/close/presentation creation tools—it only operates on already-open presentations—but this is a design limitation rather than an oversight, and the existing coverage handles all in-session edits.