# @a1-x-tech/mcp-google-drive

MCP server for the Google Drive API — search, organize, upload, download, export, share and comment on Drive files. For Claude, Cursor, Codex and other AI clients.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.2.0
- **Author:** gistrec
- **License:** MIT
- **npm:** @a1-x-tech/mcp-google-drive
- **Source:** https://github.com/A1-x-Tech/mcp-google-drive
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 1 day

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-21T00:13:44.681Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

15 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `manage_comments`
- `upload_file`
- `download_file`
- `export_file`
- `get_file`
- `create_folder` — Creates a folder (a Drive file with mimeType application/vnd.google-apps.folder) and returns its id, name, parents and webViewLink. parent_id places it inside a
- `copy_file`
- `move_file` — Moves a file or folder into another folder (or shared drive) and returns id, name and the new parents. By default the file leaves all its current parents (a pla
- `update_file_metadata` — Renames a file and/or updates its description and starred flag — metadata only, the content is untouched (that is upload_file with file_id). Only the provided f
- `manage_permissions`
- `raw_request`
- `search_files`
- `list_shared_drives` — Lists the shared drives (formerly Team Drives) the authorized user is a member of: id, name, createdTime, plus nextPageToken. Use a drive's id as drive_id in se
- `trash_file`
- `delete_file_forever` — PERMANENTLY deletes a file, BYPASSING the trash — there is no undo, no 30-day grace period, and a folder takes every descendant with it. This is NOT the same as

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-google-drive\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@a1-x-tech/mcp-google-drive\"\n      ],\n      \"env\": {\n        \"GOOGLE_DRIVE_CLIENT_SECRET\": \"<YOUR_GOOGLE_DRIVE_CLIENT_SECRET>\",\n        \"GOOGLE_DRIVE_REFRESH_TOKEN\": \"<YOUR_GOOGLE_DRIVE_REFRESH_TOKEN>\",\n        \"GOOGLE_DRIVE_ACCESS_TOKEN\": \"<YOUR_GOOGLE_DRIVE_ACCESS_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_DRIVE_CLIENT_SECRET` — Google Drive Client Secret (optional)
- `GOOGLE_DRIVE_REFRESH_TOKEN` — Google Drive Refresh Token (optional)
- `GOOGLE_DRIVE_ACCESS_TOKEN` — Google Drive Access Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 3 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Critical blast radius — deletes data; holds an oauth grant.
- Floor 62, ceiling 62 (tier: critical)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-drive
- Install plan: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-drive/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40a1-x-tech%2Fmcp-google-drive
- HTML page: https://forgeregistry.com/registry/%40a1-x-tech%2Fmcp-google-drive
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
