The MCP server
npx @unpaper/cli mcp
This exposes unPaper over the Model Context Protocol, so an assistant that speaks MCP — Claude Code, Claude Desktop, Cursor and others — can call it directly instead of being told what to do by hand.
What that changes
Without it, an agent writes HTML and hopes. With it, the agent can fetch a real starter template, check its own output against the contract, and convert — a loop it can run itself until the deck actually passes.
That loop is the point. A model that can test its work produces a very different deck from one that cannot.
Registering it
Add it as an MCP server in your assistant's configuration, pointing at the command above. The agents page carries the current published status and copy-paste configuration.