MCP Presentation Editor Guides
How presentation editors should expose tools to agents: deck creation, slide previews, scoped edits, exports, and rollback.
What this cluster covers
MCP turns a deck editor into a set of typed operations an agent can call. The useful posts here are about concrete tool design, not generic automation: stable slide IDs, preview feedback, batch edits, version history, and safe export.
Best starting point
Read the setup guide if you are connecting Claude Code. Read the agent-editable architecture guide if you are building or evaluating the tool surface itself.
-
Connect Claude Code to an MCP Presentation Editor
Set up Claude Code with an MCP presentation editor, choose OAuth or bearer-token auth, test slide tools, troubleshoot the connection, and export a deck.
-
Build Agent-Editable Presentation Decks with MCP
Design an MCP presentation workflow agents can safely edit: stable slide IDs, readable HTML/CSS source, previews, scoped edits, exports, and rollback.
-
What Is an MCP Server for Presentations?
An MCP presentation server lets AI coding agents build, edit, preview, and export slide decks through the Model Context Protocol. Here's how it works, with Variant as the concrete example.
-
How AI Agents Can Create, Preview, and Edit Slide Decks
A practical look at the agent loop for slides — create, preview, inspect, edit, export — with Variant's MCP tools as the concrete example.