The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Uproad listing page.
Take a client brief to a link the client can actually open — without leaving Claude Code.
Uproad hosts HTML prototypes behind private links that need no account to view, and lets the person reviewing click anywhere on the page to leave a pinned comment. This plugin wires that into your session: two skills that cover the round trip, and the MCP connection set up for you.
Nothing to paste. The first time a skill needs Uproad, Claude Code asks you to sign in: run /mcp, pick uproad, choose Authenticate, and a browser tab opens Uproad's consent screen. Log in, pick which workspaces the connection may reach (all of them by default — /uproad:new asks which workspace a new design goes to only when there is more than one), and you are back in the session. There is no claude mcp add step and no token to copy.
The connection shows up at uproad.design/settings/personal-tokens as Claude Code(claude.ai). Revoke it there to disconnect; Claude Code will ask you to sign in again the next time.
Updating from 0.5 or earlier: the stored API token is no longer used. Run /mcp → uproad → Authenticate once after updating. (Tokens still work for CI through the CLI and the GitHub Action.)
/uproad:newFrom meeting notes, a Slack paste, or a one-line idea — with two stops for you along the way:
The stops are the point. A spec you have not corrected produces a prototype built on the wrong assumptions, and a prototype you have not seen should not reach a client.
The visibility question is asked before the push, not after: publishing through the MCP tools only goes one way, and taking a design back down is a toggle in the app.
The 確認事項 section is what earns a reply: every assumption made on the client's behalf is written back as a question the client can answer.
The prototype and the spec hang off the same design, so one link reaches both — the client sees the screens, and whoever implements it later sees what it was supposed to do.
One directory per design, so several sit side by side:
The local server runs from designs/, so every design is browsable at once.
/uproad:reviewWhen the comments come back:
Questions and out-of-scope requests are handed back to you instead of being silently closed. The MCP tools cannot reply to a comment, so answering happens in the app.
Guest pinned comments are a Team-plan feature; on Free and Personal the client still opens the link, just without commenting on the page.
The plugin talks to Uproad's MCP server at https://uproad.design/mcp (Streamable HTTP, stateless). Sign-in is OAuth 2.1: Uproad is its own authorization server, identifies Claude Code by its Client ID Metadata Document, and hands back a personal token as the access token — so nothing about permissions or workspaces differs from a token you would have pasted by hand. The same server can be added to claude.ai as a custom connector, and the same tools are available to any MCP client — see the MCP docs, or npx uproad for the command line.
MIT