MakeSlates MCP Server
Related Servers
Alternatives to MakeSlates MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables creation of professional PowerPoint presentations with AI-generated content and images, supporting multiple LLMs and image services via MCP protocol.MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible agents to generate, edit, export, and preview AI slide decks through tool calls. Supports deck generation from topics or reference material, per-slide and deck-wide edits, and HTML export.2MIT
- AlicenseBqualityDmaintenanceEnables users to create, edit, and manage PowerPoint presentations across Windows, macOS, and Linux through natural language via Claude Desktop. It provides comprehensive automation for slide management, text manipulation, and presentation styling using platform-specific adapters.131MIT
- AlicenseNot gradedqualityDmaintenanceEnables generating AI-powered presentations via the Gamma API directly from MCP clients like Claude for Desktop.7 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables creating, editing, and manipulating PowerPoint presentations programmatically through Claude and other MCP-compatible clients.MIT
- FlicenseNot gradedqualityDmaintenanceCreates AI-powered slide decks directly from Claude Desktop with live progress and QA scores.-
TDQS
Scored across 14 tools
Most tools are clearly distinct, but 'add_slide_from_template' and 'update_slide' overlap in that both modify slide content—descriptions clarify the boundary but the existence of a deprecated 'add_slide' (mentioned in text) creates minor confusion. The relationship between 'create_presentation' and 'create_presentation_with_slides' is clear from names and descriptions.
All tool names follow a consistent verb_noun snake_case pattern (e.g., list_workspaces, move_presentation, add_slide_from_template). No deviations or mixed conventions.
14 tools is well-scoped for a presentation creation and management server. Each tool serves a distinct purpose covering workspaces, presentations, slides, templates, and uploads.
Covers core CRUD for presentations, slides, and workspaces, plus template listing, schema retrieval, and image upload. Minor gap: no tool to reorder slides or duplicate presentations, but these are likely workaroundable.