# Slidev MCP MCP server

Generate, render, and host Slidev presentations from markdown

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-joelbarmettleruzh-slidev-mcp
- Repository: https://github.com/joelbarmettlerUZH/slidev-mcp
- Website: https://slidev-mcp.org

## Install
- Endpoint: https://mcp.slidev-mcp.org/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.slidev-mcp.org/mcp

## Tools
- render_slides (Render Slidev Presentation) - Render a Slidev presentation from markdown and return its hosted URL.

IMPORTANT: Before calling this tool, you MUST call get_theme with the theme
name you plan to use. Each theme has unique layouts, components, and
frontmatter options. Apply the theme's specific features in your markdown
to produce high-quality slides that match the theme's design.

If the user has not specified a theme, call list_themes to pick one.
If you are unfamiliar with Slidev markdown syntax, call get_slidev_guide.

Images must be remote URLs or base64-encoded inline. Local file paths are not supported. Endpoint: https://mcp.slidev-mcp.org/mcp
- list_session_slides (List Session Slides) - List all slide presentations created in the current MCP session.

Returns URLs, themes, and timestamps for each presentation you've created. Endpoint: https://mcp.slidev-mcp.org/mcp
- list_themes (List Themes) - Get a list of all available themes with style descriptions and recommendations.

Call this to decide which theme to use. Returns a guide organized by style
(dark, academic, modern, playful, etc.) with "best for" recommendations.

After picking a theme, call get_theme with the theme name to read its
full documentation (layouts, components, examples) before rendering.

This tool does NOT display anything to the user — it is for your own
reference when choosing a theme. Endpoint: https://mcp.slidev-mcp.org/mcp
- browse_themes (Browse Themes) - Show the user a visual theme gallery with preview images.

ONLY call this when the user explicitly asks to SEE or BROWSE themes
visually (e.g. "show me the themes", "what do they look like", "let me
pick a theme"). This renders an interactive gallery in the user's UI.

To show a filtered subset (e.g. only dark themes), first call list_themes
to identify matching themes, then pass their names here.

Do NOT call this to decide which theme to use yourself — use list_themes
for that instead. Endpoint: https://mcp.slidev-mcp.org/mcp
- get_theme (Get Theme Details) - Get full documentation for a specific theme: layouts, components, and examples.

Call this BEFORE render_slides to learn the theme's unique features.
Each theme has different layouts, components, and frontmatter options.
Use what you learn here to produce high-quality, theme-specific slides.

This is the primary tool for preparing to render slides. When the user
specifies a theme, call this directly — no need to call browse_themes. Endpoint: https://mcp.slidev-mcp.org/mcp
- get_slidev_guide (Get Slidev Guide) - Get the Slidev syntax guide: how to write slides in markdown.

Returns the official Slidev syntax reference (frontmatter, slide separators,
speaker notes, layouts, code blocks) plus built-in layout documentation and
an example deck. Call this once to learn how to write Slidev presentations. Endpoint: https://mcp.slidev-mcp.org/mcp
- export_slides (Export Slides as PDF) - Export a presentation as a downloadable PDF.

The presentation must have been created in the current session.
Returns a URL to download the PDF. Endpoint: https://mcp.slidev-mcp.org/mcp
- screenshot_slides (Screenshot Slides) - Render all slides as PNG images and return them.

Use this to visually review a presentation. Returns one image per
slide so you can see exactly what each slide looks like and give
specific feedback. Endpoint: https://mcp.slidev-mcp.org/mcp

## Resources
- ui://slidev-mcp/viewer.html - Interactive slide deck viewer — renders the built presentation inline. MIME type: text/html;profile=mcp-app
- ui://slidev-mcp/gallery.html - Visual theme gallery with preview images for all installed themes. MIME type: text/html;profile=mcp-app
- slides://session - All slides created in the current MCP session with themes, URLs, and markdown. MIME type: text/plain
- slidev://guide/syntax - MIME type: text/markdown
- slidev://guide/animations - MIME type: text/markdown
- slidev://guide/layout - MIME type: text/markdown
- slidev://guide/theme-addon - MIME type: text/markdown
- slidev://builtin/components - MIME type: text/markdown
- slidev://builtin/layouts - MIME type: text/markdown
- slidev://themes/installed - MIME type: text/markdown
- slidev://themes/guide - MIME type: text/markdown
- slidev://examples/minimal - MIME type: text/markdown
- slidev://examples/full_demo - MIME type: text/markdown
- slidev://themes/academic - MIME type: text/markdown
- slidev://themes/apple-basic - MIME type: text/markdown
- slidev://themes/bricks - MIME type: text/markdown
- slidev://themes/cobalt - MIME type: text/markdown
- slidev://themes/default - MIME type: text/markdown
- slidev://themes/dracula - MIME type: text/markdown
- slidev://themes/eloc - MIME type: text/markdown
- slidev://themes/field-manual - MIME type: text/markdown
- slidev://themes/frankfurt - MIME type: text/markdown
- slidev://themes/geist - MIME type: text/markdown
- slidev://themes/neocarbon - MIME type: text/markdown
- slidev://themes/neversink - MIME type: text/markdown
- slidev://themes/nord - MIME type: text/markdown
- slidev://themes/penguin - MIME type: text/markdown
- slidev://themes/purplin - MIME type: text/markdown
- slidev://themes/scholarly - MIME type: text/markdown
- slidev://themes/seriph - MIME type: text/markdown
- slidev://themes/shibainu - MIME type: text/markdown
- slidev://themes/swiss-ai-hub - MIME type: text/markdown
- slidev://themes/the-unnamed - MIME type: text/markdown
- slidev://themes/unicorn - MIME type: text/markdown
- slidev://themes/vibe - MIME type: text/markdown
- slidev://themes/vuetiful - MIME type: text/markdown
- slidev://themes/zhozhoba - MIME type: text/markdown

## Prompts
- create_presentation - Create Presentation Guided workflow for creating a new Slidev presentation. Arguments: topic, style, slide_count
- review_presentation - Review and Improve Presentation Guided workflow for visually reviewing and improving an existing presentation. Arguments: uuid

## Metadata
- Owner: io.github.joelbarmettlerUZH
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 31, 2026
- Source: https://registry.modelcontextprotocol.io
