Google Spreadsheet
Summary
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.
Available Actions(11)
list_files
Google Drive のファイル一覧を取得
copy_file
Google Drive のファイルをコピー
rename_file
Google Drive のファイル名を変更
list_sheets
スプレッドシート内のシート一覧を取得
copy_sheet
スプレッドシート内のシートをコピー
rename_sheet
スプレッドシート内のシート名を変更
get_sheet_data
シートのデータを取得
add_rows
シートに行を追加
add_columns
シートに列を追加
update_cells
単一範囲のセルを更新
batch_update_cells
複数範囲のセルを一括更新
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation