Files
Cursor Agent 323d1cdc7a google plugins: put product logos on a padded white tile
Each of the six Google plugin logos was a transparent-background SVG whose
artwork ran to within 8px of the 192px canvas, which reads poorly against
Cursor's dark UI chrome. Add a full-bleed white backdrop, inset the artwork
by 12px (0.875 scale about center), and add the missing viewBox to the four
logos that only declared width/height.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-03 17:40:58 +00:00
..
2026-07-30 10:45:19 -07:00

Google Slides

Cursor plugin that connects agents to Google Slides through Google's remote Model Context Protocol server.

Read Google Slides presentations and apply updates in the signed-in Workspace account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Google Slides.
  3. Click Install, then complete the Google sign-in prompt.

Or run /add-plugin google-slides in chat.

MCP

{
  "mcpServers": {
    "google-slides": {
      "type": "http",
      "url": "https://slidesmcp.googleapis.com/mcp/v1"
    }
  }
}

Auth is OAuth 2.0 against Google. Cursor prompts for Google sign-in when the plugin connects.

Docs

Logo is the official Google Slides product icon, placed on a white tile with padding so it reads well in the Cursor UI: https://www.gstatic.com/images/branding/productlogos/slides_2026/v1/192px.svg

License

MIT