Skip to main content
Glama

Google Drive MCP Server

by andresfrei

add_drive

Add a new Google Drive account to the configuration using service account authentication, enabling access to multiple drives for file operations.

Instructions

Add a new Google Drive account to the configuration

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description
driveIdYesUnique ID for this drive (e.g., 'personal', 'work')
nameYesDisplay name for the drive
serviceAccountPathYesPath to Service Account JSON file (e.g., './credentials/personal-sa.json')

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description", "type": "string" }, "driveId": { "description": "Unique ID for this drive (e.g., 'personal', 'work')", "type": "string" }, "name": { "description": "Display name for the drive", "type": "string" }, "serviceAccountPath": { "description": "Path to Service Account JSON file (e.g., './credentials/personal-sa.json')", "type": "string" } }, "required": [ "driveId", "name", "serviceAccountPath" ], "type": "object" }

Other Tools from Google Drive MCP Server

Related Tools

    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/andresfrei/mcp-drive'

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