Skip to main content
Glama
pghoya2956

Google-Drive-MCP-Server

by pghoya2956

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLIENT_IDYesOAuth client ID from Google Cloud credentials
CLIENT_SECRETYesOAuth client secret from Google Cloud credentials
GDRIVE_CREDS_DIRYesDirectory path where credential files are stored
PDF_SIZE_LIMIT_MBNoPDF file size limit in MB (default: 20, max: 100)20
GDRIVE_ROOT_FOLDER_IDYesRoot folder ID to restrict access

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
gdrive_searchB

Search for files in Google Drive

gdrive_read_fileA

Read file contents from Google Drive. Supports text extraction from PDFs and structured data from Excel files (.xlsx). Automatically converts Google Docs/Sheets to readable formats. For very large files (>20MB) or partial reading, use gdrive_read_large_file instead.

gsheets_update_cellA

Update a cell value in a Google Spreadsheet

gsheets_readA

Read data from Google Sheets (native Google Sheets only, not Excel/CSV files uploaded to Drive). For Excel files (.xlsx), use gdrive_read_file instead. Supports flexible range selection and formatting options.

gdrive_folder_structureA

Display the entire folder structure of Google Drive in a tree format

gdrive_read_large_fileA

Read large files (>20MB) from Google Drive with streaming support, or read specific byte ranges from any file. Use this for partial file reading or when gdrive_read_file fails due to size limits. Not suitable for Google Docs/Sheets or files requiring text extraction.

gdrive_analyze_imageB

Analyze image files from Google Drive with metadata and preview generation

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pghoya2956/Google-Drive-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server