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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieve a list of files from Google Drive.
Copy a file in Google Drive.
Rename a file in Google Drive.
Retrieve a list of sheets within a spreadsheet.
Copy a sheet within a spreadsheet.
Rename a sheet within a spreadsheet.
Retrieve the data from a specified sheet.
Add rows to a specified sheet.
Add columns to a specified sheet.
Update a single range of cells in a sheet.
Batch update multiple ranges of cells in a sheet.