Google Sheets
0
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.
主な機能
- Write data to spreadsheets in specified ranges
- Read spreadsheet data from specified ranges
- Append new rows to the end of a spreadsheet
- Get basic information about a spreadsheet
- Create entirely new sheets within a spreadsheet
- 0 GitHub stars
ユースケース
- Automating data entry, updates, and retrieval in Google Sheets.
- Integrating Google Sheets operations into AI-assisted development environments like Cursor.
- Programmatically creating and structuring new sheets for various projects and workflows.