New node
Settings
Display, notifications, and billing — written as HTML, sitting on the canvas.
Save changesThe product
Paper is a design file your agent can actually read and write. Same nodes, same CSS, no translation layer.
New node
Display, notifications, and billing — written as HTML, sitting on the canvas.
Save changesWhat it does
Artboards, nodes, and CSS live in the file. You can grab a layer and keep editing after the agent is done.
MCP exposes the open file. Inspect selection, write HTML, update styles, export. The file is the API.
JSX, computed CSS, and image fills come off the node tree. What you see is what ships.
How it works
01
Desktop starts a local MCP server on the open document. Web files and the dashboard do not.
02
HTTP to 127.0.0.1:29979/mcp. Grok, Cursor, Claude Code, Codex — same server.
03
The agent writes nodes. You grab a layer. Nobody waits on a handoff.
The MCP server only runs when a design file is open in Paper Desktop.