mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
550920abb0
Set displayName to Gmail / Google Drive / Calendar / Docs / Sheets / Slides and replace placeholder icons with Google's productlogos SVGs from gstatic. Co-authored-by: Cursor <cursoragent@cursor.com>
1.0 KiB
1.0 KiB
Google Docs
Cursor plugin that connects agents to Google Docs through Google's remote Model Context Protocol server.
Read Google Docs and apply updates in the signed-in Workspace account.
Install
- Open Cursor Settings → Plugins.
- Search for Google Docs.
- Click Install, then complete the Google sign-in prompt.
Or run /add-plugin google-docs in chat.
MCP
{
"mcpServers": {
"google-docs": {
"type": "http",
"url": "https://docsmcp.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/docs/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
Logo is the official Google Docs product icon: https://www.gstatic.com/images/branding/productlogos/docs_2026/v1/192px.svg
License
MIT