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.
Search for files in Google Drive. Parameters: query (string), pageToken (optional string), pageSize (optional number)
Read contents of a file from Google Drive. Parameters: fileId (string)
Read data from a Google Spreadsheet with flexible options for ranges and formatting. Parameters: spreadsheetId (string), ranges (optional array of strings), sheetId (optional number)
Update a cell value in a Google Spreadsheet. Parameters: fileId (string), range (string), value (string)
No reviews yet. Be the first to review!
Sign in to join the conversation