Embed Google Slides

Renders an interactive presentation iframe viewer loading Google Slides resources.

Surfaces
webmcp-apps
Degraded on
SurfaceNote
google-meet-stageSlide transitions update sluggishly over video layers.
google-chatCollapses to markdown resource links.
emailSlider primitives fail to pass email sandbox parameters.
google-apps-script-webworks if viewer has access; Google Slides embeds are generally allowed
Live preview
📊 Google Slides
Fields
FieldType
presentation_idstring. Asset identifier for the slide file.required
Example payload
{
  "type": "embed_google_slides",
  "presentation_id": "Presentation id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:embed_google_slides",
  "displayName": "Embed Google Slides",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/embed_google_slides",
  "capabilities": [
    "web",
    "mcp-apps"
  ],
  "description": "Renders an interactive presentation iframe viewer loading Google Slides resources.",
  "representativeQueries": [
    "show a embed interactive Google Slides presentation slide decks",
    "renders an interactive presentation iframe viewer loading google slides resources.",
    "render a embed google slides"
  ]
}
← 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 →