MCP Google Spreadsheet provides a bridge between AI assistants and Google Drive/Sheets, enabling comprehensive document management capabilities. Developed by Kazuki Akamine, this Go-based server implements tools for listing, copying, and renaming files in Google Drive, as well as manipulating Google Sheets through operations like listing sheets, retrieving data, adding rows/columns, and updating cells. The implementation handles Google authentication and uses the metoro-io/mcp-golang library to expose these capabilities through a standardized interface. It's particularly useful for workflows requiring document automation, data extraction, or spreadsheet manipulation directly from AI conversations without switching contexts.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List files and folders in Google Drive.
Copy a file or folder to another location.
Rename a file or folder.
Retrieve a list of sheets (tabs) in a spreadsheet.
Copy a sheet to another spreadsheet.
Rename a sheet.
Read data from a sheet (open the spreadsheet).
Insert empty rows into a sheet.
Insert empty columns into a sheet.
Update the values of specified range of cells.
Batch update multiple ranges of cells.
Delete rows from a sheet.
Delete columns from a sheet.