Skip to main content
Glama
mrbit-dev

MCP Google Drive Server

by mrbit-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLIENT_IDYesYour Google OAuth client ID.
GOOGLE_CLIENT_SECRETYesYour Google OAuth client secret.
GOOGLE_REFRESH_TOKENYesYour Google OAuth refresh token.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
gdrive_listB

List files and folders in a specific directory or root folder

gdrive_create_folderC

Create a new folder in Google Drive

gdrive_read_fileA

Read the content of a Google Drive file as text

gdrive_write_fileC

Create a new text file or overwrite an existing file with content

gdrive_update_fileC

Update the content of an existing text file in Google Drive

gdrive_delete_fileA

Move a file or folder to trash or delete it permanently

gdrive_searchB

Search for files and folders using Google Drive Query syntax

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct operation (create folder, delete, list, read, search, update, write) with clear boundaries. Even the write and update tools are differentiated by context (new/overwrite vs. existing).

Naming Consistency5/5

All tools follow the consistent pattern 'gdrive_verb_noun' (e.g., gdrive_create_folder, gdrive_read_file). The naming is uniform and predictable.

Tool Count5/5

With 7 tools, the set is well-scoped for a Google Drive server covering essential file and folder operations without being excessive or too sparse.

Completeness4/5

The set covers core CRUD operations (create, read, update, delete, list, search). However, it lacks support for binary files, file/folder moves, renaming, and permission management, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues