Resources

Everything you need to get started with Cuppa Studio and stay up to date.

Get the Tools

Three ways to create and present with Cuppa Studio.

npm

CLI

Build, serve, export, and AI-generate presentations from your terminal. Full-featured with 7 commands.

npx mycuppa --help
npm install -g mycuppa
CLI Reference →
Web

Cuppa Studio

Browser-based IDE with live preview, AI generation, 10 starter templates, theme picker, and HTML export. No install needed.

Live Preview AI Generate 10 Templates 8 Themes HTML Export
Open Studio →
MCP

MCP Server

Connect Cuppa Studio to Claude, Cursor, or any MCP-compatible AI tool. 7 tools and 5 prompt templates.

{
  "mcpServers": {
    "cuppa-studio": {
      "command": "npx",
      "args": ["@cuppa-studio/mcp"]
    }
  }
}
MCP docs →

Documentation

Quick Start

1

Create a presentation

npx mycuppa init my-talk
2

Build it

mycuppa build slides.md
3

Present

mycuppa serve slides.cup