Facilitates seamless interaction with Google Sheets by providing a local MCP server interface.
Offers an MCP (Model Context Protocol) server designed to enable robust programmatic control over Google Sheets. This local server allows applications to perform a wide array of data management tasks, including reading and writing data within specified ranges, appending new rows, retrieving essential spreadsheet metadata, and creating entirely new sheets. It integrates securely using Google Cloud service account authentication, making it a powerful backend for automating Google Sheets workflows and integrating with tools that leverage the MCP standard.
주요 기능
01Write data to spreadsheets in specified ranges
02Read spreadsheet data from specified ranges
03Append new rows to the end of a spreadsheet
04Get basic information about a spreadsheet
05Create entirely new sheets within a spreadsheet
060 GitHub stars
사용 사례
01Automating data entry, updates, and retrieval in Google Sheets.
02Integrating Google Sheets operations into AI-assisted development environments like Cursor.
03Programmatically creating and structuring new sheets for various projects and workflows.