Back to Home
auxia-inc icon

mcp-servers

Verified Safe

by auxia-inc

Overview

Manage Google Drive files, folders, Google Sheets, and monitor Drive activity directly from Claude Code.

Installation

Run Command
node /path/to/mcp-servers/gdrive-mcp/build/index.js

Security Notes

The server uses hardcoded OAuth client ID and client secret in `src/credentials.ts` for Google API access. While the README suggests this is for application identification, hardcoding client secrets in distributed source code is generally discouraged as it can be extracted and potentially misused, even for client-side OAuth flows. However, for local/personal use, the risk is mitigated by user consent. User tokens are stored securely in `~/Claude/.security/gdrive-token.json` with restricted permissions (0o600). Authentication uses a local callback server on `localhost:3035`, which is a standard and relatively secure practice for OAuth flows (PKCE). No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-19

Tags

Google DriveFile ManagementGoogle SheetsCollaborationCloud Storage