MCP Gdrive
UnclaimedModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
fileId
(string): ID of the file to read.
gdrive_read_file
gdrive_search
gsheets_read
gsheets_update_cell
pageSize
(number, optional): Number of results per page (max 100).
pageToken
(string, optional): Token for the next page of results.
query
(string): Search query.
range
(string): Cell range in A1 notation (e.g., 'Sheet1!A1').
ranges
(array of strings, optional): Optional array of A1 notation ranges (e.g., ['Sheet1!A1:B10']). If not provided, reads the entire sheet.
sheetId
(number, optional): Specific sheet ID to read. If not provided with ranges, reads the first sheet.
spreadsheetId
(string): The ID of the spreadsheet to read.
value
(string): New cell value.