Google Sheets MCP
JSON →A server for interacting with Google Sheets, allowing you to read, write, and manage spreadsheet data.
Tools · 15
- refresh_auth Re-authenticate your Google Account when credentials expire
- list_sheets List all sheets/tabs in a Google Spreadsheet
- create_sheet Create a new sheet/tab in a Google Spreadsheet
- create_spreadsheet Create a new Google Spreadsheet
- read_all_from_sheet Read all data from a specified sheet
- read_headings Read the column headings from a sheet
- read_rows Read specific rows from a sheet
- read_columns Read specific columns from a sheet
- edit_cell Edit a single cell in a sheet
- edit_row Edit an entire row in a sheet
- edit_column Edit an entire column in a sheet
- insert_row Insert a new row at specified position
- insert_column Insert a new column at specified position
- rename_sheet Rename a sheet/tab in a spreadsheet
- rename_doc Rename a Google Spreadsheet
Links
★ 137 GitHub stars