by isaacphi · MCP Server · ★ 270
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Google Drive server This MCP server integrates with Google Drive to allow listing, reading, and searching files, as well as the ability to read and write to Google Sheets. This project includes code originally developed by Anthropic, PBC, licensed under the MIT License from this repo. Components Tools gdrivesearch Description: Search for files in Google Drive. Input: (string): Search query. (string, optional): Token for the next page of results. (number, optional): Number of results per page (max 100). Output: Returns file names and MIME types of matching files. gdrivereadfile Description: Read contents of a file from Google Drive. Input: (string): ID of the file to read. Output: Returns the contents of the specified file. gsheetsread Description: Read data from a Google Spreadsheet with flexible options for ranges and formatting. Input: (string): The ID of the spreadsheet to read. (array of strings, optional): Optional array of A1 notation ranges (e.g., ). If not provided, reads the entire sheet. (number, optional): Specific sheet ID to read. If not provided with ranges, reads the first sheet. Output: Returns the specified data from the spreadsheet. gshee
| Stars | 270 |
| Forks | 100 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 70.4040090787634/100 |
| Open Issues | 13 |
| Last Updated | 2025-05-07 |
| Created | 2024-12-13 |
| Platforms | mcp, node |
| Est. Tokens | ~1142k |
Explore other popular mcp server tools:
mcp-gdrive is Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets. It is categorized as a MCP Server with 270 GitHub stars.
mcp-gdrive is primarily written in TypeScript.
You can find installation instructions and usage details in the mcp-gdrive GitHub repository at github.com/isaacphi/mcp-gdrive. The project has 270 stars and 100 forks, indicating an active community.
mcp-gdrive is released under the MIT license, making it free to use and modify according to the license terms.