Back to Home
domdomegg icon

google-drive-mcp

Verified Safe

by domdomegg

Overview

Facilitates AI systems to interact with Google Drive for comprehensive file and folder management, including listing, searching, uploading, downloading, and managing comments and permissions.

Installation

Run Command
GOOGLE_CLIENT_ID='your-client-id' GOOGLE_CLIENT_SECRET='your-client-secret' MCP_TRANSPORT=http npm start

Environment Variables

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • MCP_TRANSPORT

Security Notes

The server acts as a stateless OAuth proxy, meaning it does not store user tokens, thereby minimizing data breach risks. It employs `zod` for robust input validation on all tool parameters. Access tokens are validated against Google's `tokeninfo` endpoint before processing requests, ensuring that invalid or expired tokens are rejected early, which prompts clients to refresh their tokens. Input parameters for Google Drive API calls are strongly typed, and external commands like `eval` or direct command execution with user-provided input were not observed in the analyzed source code.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars1
Forks0
Last Update2025-12-13

Tags

Google DriveFile ManagementCloud StorageOAuth ProxyDocument Management