mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
d26a0937b3
The Google MCP server only exposes file operations, so describe those instead of claiming Sheets and Slides support. Co-authored-by: Cursor <cursoragent@cursor.com>
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
- Open Cursor Settings → Plugins.
- Search for Google Drive.
- 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
- Google MCP setup: https://developers.google.com/workspace/drive/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
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