Google Drive & Sheets
Summary
This Google Drive MCP server, developed by Phil Isaac, enables seamless integration of Google Drive and Sheets functionality into AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides a standardized interface for accessing and manipulating Google Drive files and Sheets data through Claude Desktop and compatible MCP clients. The implementation supports file listing, reading, and writing operations, as well as specialized tools for interacting with Google Sheets. It's particularly useful for developers and businesses looking to incorporate on-demand access to cloud-stored documents and spreadsheets into their AI-assisted applications, allowing for dynamic querying and manipulation of Google Drive content.
Available Actions(4)
gdrive_search
Search for files in Google Drive. Input: query (string), pageToken (string, optional), pageSize (number, optional). Output: Returns file names and MIME types of matching files.
gdrive_read_file
Read contents of a file from Google Drive. Input: fileId (string). Output: Returns the contents of the specified file.
gsheets_read
Read data from a Google Spreadsheet with flexible options for ranges and formatting. Input: spreadsheetId (string), ranges (array of strings, optional), sheetId (number, optional). Output: Returns the specified data from the spreadsheet.
gsheets_update_cell
Update a cell value in a Google Spreadsheet. Input: fileId (string), range (string), value (string). Output: Confirms the updated value in the specified cell.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation