mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
010170622b
Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
Google Sheets
Cursor plugin that connects agents to Google Sheets through Google's remote Model Context Protocol server.
Read spreadsheet values, update cells and formulas, and copy sheets between spreadsheets.
Install
- Open Cursor Settings → Plugins.
- Search for Google Sheets.
- Click Install, then complete the Google sign-in prompt.
Or run /add-plugin google-sheets in chat.
MCP
{
"mcpServers": {
"google-sheets": {
"type": "http",
"url": "https://sheetsmcp.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/sheets/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
Logo is the official Google Sheets product icon: https://www.gstatic.com/images/branding/productlogos/sheets_2026/v1/192px.svg
License
MIT