Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
MCP server that integrates with Google Drive and Google Sheets, enabling spreadsheet creation and modification via the Google Sheets API.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
A Model Context Protocol server for interacting with Google Sheets. This server provides tools to create, read, update, and manage spreadsheets through the Google Sheets API.
get_sheet_data
spreadsheet_id
(string): The ID of the spreadsheet (found in the URL)sheet
(string): The name of the sheetrange
(optional string): Cell range in A1 notation (e.g., 'A1:C10')update_cells
spreadsheet_id
(string): The ID of the spreadsheetsheet
(string): The name of the sheetrange
(string): Cell range in A1 notationdata
(2D array): Values to updatebatch_update_cells
spreadsheet_id
(string): The ID of the spreadsheetsheet
(string): The name of the sheetranges
(object): Dictionary mapping range strings to 2D arrays of valueslist_sheets
spreadsheet_id
(string): The ID of the spreadsheetlist_spreadsheets
create_spreadsheet
title
(string): The title of the new spreadsheetcreate_sheet
spreadsheet_id
(string): The ID of the spreadsheettitle
(string): The title for the new sheetadd_rows
, add_columns
, copy_sheet
, rename_sheet
spreadsheet://{spreadsheet_id}/info