Are you an LLM? You can read better optimized documentation at /guide/what-is-slidev-mcp.md for this page in Markdown format
What is Slidev MCP?
Slidev MCP is a self-hosted Model Context Protocol (MCP) server that lets AI assistants generate, render, and host Slidev presentations from markdown.
You connect your MCP client (Claude Code, Cursor, VS Code, etc.) to the server, ask your AI assistant to create a presentation, and it returns a live URL with your slides — ready to share.
How It Works
- Connect your MCP client to a Slidev MCP server.
- Ask your AI assistant to create a presentation on any topic.
- The assistant reads the available resources to learn Slidev syntax and themes.
- It calls the
render_slidestool with markdown and a theme name. - The server builds the presentation and returns a shareable URL.
- You can update the same presentation within your session — the URL stays the same.
What You Get
- A hosted, interactive HTML presentation at a unique URL
- Support for Slidev features: layouts, animations, code highlighting, LaTeX, Mermaid diagrams
- 24 curated themes to choose from — all MIT-licensed and build-validated
- The ability to iterate on your slides within the same session
Who Is This For?
- Anyone using an MCP-compatible AI assistant who wants to create presentations quickly
- Teams who want a shared slide generation service
- Developers who prefer markdown over drag-and-drop slide editors
Self-Hosted
Slidev MCP is designed to be self-hosted. You deploy it on your own server and connect your MCP clients to it. See the Deployment guide for setup instructions.