isaacphi/mcp-gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Overview
isaacphi/mcp-gdrive is a TypeScript MCP server licensed under MIT. Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Ranked #8560 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 271
Freshness 10mo ago
Issue Health 19%
Contributors 3
Dependents 0
Forks 100
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# 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](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive).
## Components
### Tools
- **gdrive_search**
- **Description**: Search for files in Google Drive.
- **Input**:
- `query` (string): Search query.
- `pageToken` (string, optional): Token for the next page of results.
- `pageSize` (number, optional): Number of results per page (max 100).
- **Output**: Returns file names and MIME types of matching files.
- **gdrive_read_file**
- **Description**: Read contents of a file from Google Drive.
- **Input**:
- `fileId` (string): ID of the file to read.
- **Output**: Returns the contents of the specified file.
- **gsheets_read**
- **Description**: Read data Read full README on GitHub →
Are you the maintainer? Claim this listing