SlideCraft MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SlideCraft MCPCreate a 10-slide investor pitch about Q4 results in blueprint style"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SlideCraft MCP App
Create AI-powered slide decks directly from Claude Desktop — no browser needed.
Quick install: Tell Claude Desktop: "Read https://raw.githubusercontent.com/dwinter3/slidecraft-mcp/main/SETUP.md and install SlideCraft for me. My API key is
csk_YOUR_KEY_HERE."
What You Can Do
After setup, say things like:
"Create a 10-slide investor pitch about our Q4 results in blueprint style"
"Make me a TED Talk deck about why AI partnerships matter"
"List my SlideCraft decks"
An interactive build monitor renders inline in your conversation, showing slides as they generate with live progress and QA scores.
Related MCP server: Cross-Platform PowerPoint MCP Server
Manual Setup
1. Clone and build
git clone https://github.com/dwinter3/slidecraft-mcp.git
cd slidecraft-mcp
npm install
npm run build2. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Add to mcpServers:
{
"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"
}
}
}
}3. Restart Claude Desktop
Cmd+Q, reopen. Look for "SlideCraft" in the hammer icon menu.
Visual Styles
37 styles available including: bold_corporate, ted_talk, minimal_clean, blueprint, neon_cyberpunk, retro_80s, watercolor, terminal_hacker, kittens, isometric, art_deco, space_cosmic, pixel_art, bloomberg_keynote, and more.
Requirements
Node.js 18+
Claude Desktop
SlideCraft API key (starts with
csk_)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceEnables users to generate presentation slides using 2slides.com's API through Claude Desktop. Supports searching for slide themes, generating slides from text input, and monitoring job status for slide creation.35532MIT- AlicenseBqualityDmaintenanceEnables users to create, edit, and manage PowerPoint presentations across Windows, macOS, and Linux through natural language via Claude Desktop. It provides comprehensive automation for slide management, text manipulation, and presentation styling using platform-specific adapters.131MIT
- Alicense-qualityCmaintenanceCreate and edit PowerPoint presentations with Claude – locally, on any platform.7MIT
- Alicense-qualityDmaintenanceEnables AI-powered slide deck creation using natural language, allowing users to generate, edit, and manage presentations through MCP clients like Cursor and Claude Code.6MIT
Related MCP Connectors
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwinter3/slidecraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server