The reputation layer for AI skills, tools & agents

isaacphi/mcp-gdrive

Score: 25.6 Rank #8560

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 313 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 13 open vs 3 closed issues — triaging stale issues improves health

Badge

AgentRank score for isaacphi/mcp-gdrive
[![AgentRank](https://agentrank-ai.com/api/badge/tool/isaacphi--mcp-gdrive)](https://agentrank-ai.com/tool/isaacphi--mcp-gdrive)
<a href="https://agentrank-ai.com/tool/isaacphi--mcp-gdrive"><img src="https://agentrank-ai.com/api/badge/tool/isaacphi--mcp-gdrive" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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