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. Parameters: query (string), pageToken (string, optional), pageSize (number, optional)
gdrive_read_file
Read contents of a file from Google Drive. Parameters: fileId (string)
gsheets_read
Read data from a Google Spreadsheet with flexible options for ranges and formatting. Parameters: spreadsheetId (string), ranges (array of strings, optional), sheetId (number, optional)
gsheets_update_cell
Update a cell value in a Google Spreadsheet. Parameters: fileId (string), range (string), value (string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论