ReviseMy Try with your agent

Built for Claude

Design checkup with Claude

Claude Desktop can render the review inline via MCP Apps. Claude Code is CLI-only and shares a review_url. Same try token, same create_review loop — pick the surface that matches how you work.

The problem

Claude can describe UI issues, but structured human marks and a multi-pass board need a connector. Desktop and Code need different paste paths for the same MCP server.

How ReviseMy fits

Get a try token. On Desktop, merge mcp-remote JSON under Settings → Developer → Edit Config. On Code, run claude mcp add --transport http. Prefer design_checkup_loop when available; mark inline on Desktop or via review_url on Code.

Desktop vs Code

Inline on Desktop

MCP Apps open the review in a sandboxed iframe so you mark and decide without leaving Claude.

Link on Claude Code

CLI hosts share review_url. Open it in a browser — next_action still drives the agent.

Bearer try tokens

Use Developer → Edit Config (mcp-remote). Connectors → Add custom connector is OAuth-oriented and does not fit Bearer try tokens today.

Quick setup

  • Get a free try token on the homepage
  • Desktop: Settings → Developer → Edit Config, merge mcp-remote JSON, quit and reopen
  • Code: claude mcp add --transport http with your MCP URL + Bearer
  • Run create_review (or design_checkup_loop) and follow next_action

FAQ

Where is the full Claude setup?

See /connectors#claude for Desktop vs Code paths and copyable prompts.

What is MCP Apps?

The inline review UI extension. Read /mcp-apps for what renders in chat vs what stays on review_url.

Full paste-ready setup for Claude: Connectors · Claude · MCP Apps vs review_url

Other agents

Try with your agent