Figma Embed

Renders a real-time collaborative preview referencing explicit Figma design canvas artboards.

Surfaces
webmcp-apps
Degraded on
SurfaceNote
google-meet-stageVector redraw calls strain stage runtime layers.
google-chatCollapses to remote document shortcuts.
emailDesign tool canvas structures dropped by secure parsers.
google-apps-script-webFigma iframes require Figma auth; test before use
Live preview
🎨 Figma · Figma Design
No Figma URL
Fields
FieldType
embed_urlstring. Absolute sharing path generated by Figma.required
Example payload
{
  "type": "figma_embed",
  "embed_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:figma_embed",
  "displayName": "Figma Embed",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/figma_embed",
  "capabilities": [
    "web",
    "mcp-apps"
  ],
  "description": "Renders a real-time collaborative preview referencing explicit Figma design canvas artboards.",
  "representativeQueries": [
    "show a embed collaborative live Figma design file prototype previews",
    "renders a real-time collaborative preview referencing explicit figma design canvas artboards.",
    "render a figma embed"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →