
SlideCraft
Supports UIby dwinter3
Create AI-powered slide decks with 37 visual styles directly from Claude Desktop — just describe what you want and watch it build.
What it does
SlideCraft is an MCP App for Claude Desktop that turns natural language prompts into polished slide decks. Describe your presentation — topic, length, and style — and SlideCraft's API generates it while an interactive build monitor renders inline in your conversation, showing each slide as it's created with live progress and QA scores.
Key features
- AI Deck Generation — Create investor pitches, TED Talk-style decks, training slides, or any format from a single prompt
- 37 Visual Styles — Choose from
bold_corporate,ted_talk,minimal_clean,blueprint,neon_cyberpunk,retro_80s,watercolor,terminal_hacker,bloomberg_keynote, and more - Inline Build Monitor — A live UI renders inside the conversation showing slides as they generate with progress and QA scores
- Deck Management — List and manage your saved SlideCraft decks from within Claude
- Flexible Length — Specify exactly how many slides you want
Installation
Claude Desktop
Clone, build, and add to Claude Desktop config:
git clone https://github.com/dwinter3/slidecraft-mcp.git
cd slidecraft-mcp
npm install
npm run build
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"slidecraft": {
"command": "node",
"args": ["/FULL/PATH/TO/slidecraft-mcp/dist/server.js", "--stdio"],
"env": {
"SLIDECRAFT_API_URL": "https://slidecraft.alpha-pm.dev",
"SLIDECRAFT_API_KEY": "csk_YOUR_API_KEY_HERE"
}
}
}
}
Restart Claude Desktop and look for "SlideCraft" in the hammer icon menu.
Supported hosts
Claude Desktop only. Requires a SlideCraft API key (starts with csk_).
Quick install
git clone https://github.com/dwinter3/slidecraft-mcp.git && cd slidecraft-mcp && npm install && npm run buildInformation
- Pricing
- freemium
- Published
- 4/5/2026
- stars
- 0