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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Lists the files and folders in Google Drive.
Copies a file or folder to another location.
Renames a file or folder.
Retrieves the list of sheets (tabs) in a spreadsheet.
Copies a sheet to another spreadsheet.
Renames a sheet.
Reads the data from a sheet (opens the spreadsheet).
Inserts empty rows into a sheet.
Inserts empty columns into a sheet.
Updates the values of cells in a specified range.
Updates multiple ranges of cells in bulk.
Deletes rows from a sheet.
Deletes columns from a sheet.