# Google Drive MCP server

Google Drive integration with file operations, folder navigation, search, and sharing

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mcp-z-mcp-drive
- Website: https://github.com/mcp-z/mcp-drive#readme

## Install
- Command: `npx -y @mcp-z/mcp-drive`
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm @mcp-z/mcp-drive v1.0.8
- Package argument: --auth (choices loopback-oauth, service-account)
- Package argument: --headless
- Package argument: --redirect-uri
- Package argument: --service-account-key-file
- Package argument: --resource-store-uri
- Package argument: --base-url
- Package argument: --log-level (choices debug, info, warn, error)
- Environment variable: GOOGLE_CLIENT_ID (required)
- Environment variable: GOOGLE_CLIENT_SECRET (secret)
- Environment variable: GOOGLE_SERVICE_ACCOUNT_KEY_FILE
- Environment variable: AUTH_MODE (choices loopback-oauth, service-account)
- Environment variable: HEADLESS (default false)
- Environment variable: REDIRECT_URI
- Environment variable: RESOURCE_STORE_URI
- Environment variable: PORT
- Environment variable: BASE_URL
- Environment variable: LOG_LEVEL (choices debug, info, warn, error)
- Package: Npm @mcp-z/mcp-drive v1.0.8
- Package argument: --port
- Package argument: --auth (choices loopback-oauth, service-account, dcr)
- Package argument: --headless
- Package argument: --redirect-uri
- Package argument: --service-account-key-file
- Package argument: --dcr-mode (choices self-hosted, external)
- Package argument: --dcr-verify-url
- Package argument: --dcr-store-uri
- Package argument: --resource-store-uri
- Package argument: --base-url
- Package argument: --log-level (choices debug, info, warn, error)
- Environment variable: GOOGLE_CLIENT_ID (required)
- Environment variable: GOOGLE_CLIENT_SECRET (secret)
- Environment variable: GOOGLE_SERVICE_ACCOUNT_KEY_FILE
- Environment variable: AUTH_MODE (choices loopback-oauth, service-account, dcr)
- Environment variable: HEADLESS (default false)
- Environment variable: REDIRECT_URI
- Environment variable: DCR_MODE (default self-hosted; choices self-hosted, external)
- Environment variable: DCR_VERIFY_URL
- Environment variable: DCR_STORE_URI (default file://~/.mcp-z/mcp-drive/dcr.json)
- Environment variable: RESOURCE_STORE_URI
- Environment variable: PORT
- Environment variable: BASE_URL
- Environment variable: LOG_LEVEL (choices debug, info, warn, error)
- The upstream registry signals required auth or secrets.

## Tools
Not captured

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.mcp-z
- Version: 1.0.8
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 10, 2026
- Source: https://registry.modelcontextprotocol.io
