Back to Apps
S
Slidev Builder MCP
by adolfosalasgomez3011
Create professional Slidev presentations with auto-backup, Git Guardian protection, and corporate themes — directly from Claude or VS Code.
2 stars
0 views
Updated 8 months ago
Works in:VS Code Copilot
Exposes:Tools
What it does
Slidev Builder MCP connects your AI assistant to a full Slidev presentation workflow. Describe your presentation topic and the server generates structured slide decks with corporate themes, interactive charts, and reusable components — all while automatically versioning every change via Git Guardian.
Tools
create_deck_protected— Scaffold a new Slidev deck with automatic backup and Git integrationcreate_slide— Append a slide (text, chart, diagram) with pre-operation auto-backupapply_theme— Switch to a Hatch corporate theme with rollback capabilitygenerate_chart— Insert interactive Chart.js visualisations (line, bar, pie) with version controlbackup_presentation— Manually trigger a named checkpointrestore_presentation— Emergency recovery from any backup pointbackup_status— Check protection health and available restore pointscreate_component/list_components/add_component— Build and reuse slide elements across decks
Installation
Install globally then add to your MCP client config:
npm install -g @hatch/slidev-builder-mcp-v2
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"slidev-builder": {
"command": "npx",
"args": ["-y", "@hatch/slidev-builder-mcp-v2"]
}
}
}
VS Code (settings.json):
{
"mcp": {
"servers": {
"slidev-builder": {
"command": "npx",
"args": ["-y", "@hatch/slidev-builder-mcp-v2"]
}
}
}
}
Supported hosts
Confirmed in README: Claude Desktop, VS Code.
Quick install
npx -y @hatch/slidev-builder-mcp-v2Information
- Pricing
- free
- Published
- 4/7/2026
- Updated
- 8 months ago
- stars
- 2