Skip to main content
Glama

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 build

2. 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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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