isaacphi/mcp-gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Platform-specific configuration:
{
"mcpServers": {
"mcp-gdrive": {
"command": "npx",
"args": [
"-y",
"mcp-gdrive"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
query (string): Search query.pageToken (string, optional): Token for the next page of results.pageSize (number, optional): Number of results per page (max 100).fileId (string): ID of the file to read.spreadsheetId (string): The ID of the spreadsheet to read.ranges (array of strings, optional): Optional array of A1 notation ranges (e.g., ['Sheet1!A1:B10']). If not provided, reads the entire sheet.sheetId (number, optional): Specific sheet ID to read. If not provided with ranges, reads the first sheet.fileId (string): ID of the spreadsheet.range (string): Cell range in A1 notation (e.g., 'Sheet1!A1').value (string): New cell value.The server provides access to Google Drive files:
gdrive:///<file_id>)Loading reviews...