Files
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00
..

Google Drive

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

Search Drive, read file metadata and contents, create or update files, and manage sharing.

Install

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

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

MCP

{
  "mcpServers": {
    "google-drive": {
      "type": "http",
      "url": "https://drivemcp.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 Drive product icon, placed on a white tile with padding so it reads well in the Cursor UI: https://www.gstatic.com/images/branding/productlogos/drive_2026/v1/192px.svg

License

MIT