mcp-gdrive — MCP Server by isaacphi

by isaacphi · MCP Server · ★ 270

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About mcp-gdrive

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

Quick Facts

Stars270
Forks100
LanguageTypeScript
CategoryMCP Server
LicenseMIT
Quality Score70.4040090787634/100
Open Issues13
Last Updated2025-05-07
Created2024-12-13
Platformsmcp, node
Est. Tokens~1142k

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is mcp-gdrive?

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.

What programming language is mcp-gdrive written in?

mcp-gdrive is primarily written in TypeScript.

How do I install or use mcp-gdrive?

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.

What license does mcp-gdrive use?

mcp-gdrive is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP Server tools