Back to Apps

Slidev MCP App
Supports UIby kennyg
Create and preview professional Markdown-based presentations using Slidev syntax directly inside Claude.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Provides an interactive slide presentation creator and previewer. It allows AI assistants to generate structured slide decks using Slidev's powerful Markdown syntax and renders them as a live, navigable presentation within the AI client's UI.
Key features
- Live Slide Previews: Instant rendering of slides with smooth transitions and keyboard navigation.
- Advanced Layouts: Support for cover, center, two-column, and section layouts.
- Rich Content: Native integration of LaTeX math (KaTeX), Mermaid diagrams, and syntax-highlighted code blocks.
- Iterative Editing: AI-driven tools to add, update, delete, or reorder slides dynamically during the conversation.
- Thumbnail Navigation: A visual overview strip for jumping between slides quickly.
Installation
Option 1: .mcpb Extension
Download the latest slidev-mcp-app.mcpb from GitHub Releases and double-click to install in Claude Desktop.
Option 2: Manual Build
git clone https://github.com/kennyg/slidev-mcp-app.git
cd slidev-mcp-app
bun install
bun run build
Add to claude_desktop_config.json:
{
"mcpServers": {
"slidev": {
"command": "node",
"args": ["/path/to/slidev-mcp-app/dist/main.js"]
}
}
}
Supported hosts
- claude
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"slidev": {
"command": "node",
"args": ["/path/to/slidev-mcp-app/dist/main.js"]
}
}
}





