v0.3.0 — Claude Desktop extension
PowerPoint for agents. Claude writes the deck as plain markdown; you open it and draw on it while you record.
Install as a Claude Desktop extension
Download deck-0.3.0.mcpb below, then in Claude Desktop: Settings → Extensions → Install Extension. It asks for the folder your decks should live in, and that is the whole setup — the bundle carries its own dependencies, so it does not matter whether you have ever run npm.
Seven tools: deck_syntax, list_decks, read_deck, write_deck, append_slide, open_deck, export_deck.
Also in this release
- A CLI —
deck [dir],deck new <name>,deck export,deck mcp. - The server, CLI and MCP ported to TypeScript, built with
tscintolib/. - PNG export of any deck, annotations included.
- Two fixes found while testing the bundle: the viewer now shuts down with the MCP session instead of holding the process open forever, and a blank optional setting no longer resolves to a directory named
${user_config.asset_root}.
Everything runs locally and binds to 127.0.0.1. Your decks are files on your own disk.
Not on npm yet, so from source: npm install && npm run build && npm link.