google/drive

MCP Server

Google Drive MCP Server - search, read, and manage Google Drive files

Google Drive MCP server. Search, read, and manage Google Drive files.

MCP Server

  • Package: @dguido/google-drive-mcp
  • Transport: stdio
  • Command: npx -y @dguido/google-drive-mcp

Authentication

OAuth 2.0

VariableRequiredDescription
GOOGLE_CLIENT_IDYesOAuth 2.0 Client ID
GOOGLE_CLIENT_SECRETYesOAuth 2.0 Client Secret
GOOGLE_REFRESH_TOKENYesRefresh token

Available Tools

ToolDescription
*Auto-discovered*Drive file operations

Configuration Example

toml
[[mcp.servers]]
name = "drive"
type = "stdio"
command = "npx"
args = ["-y", "@dguido/google-drive-mcp"]
timeout_seconds = 60
env = { GOOGLE_CLIENT_ID = "your-value", GOOGLE_CLIENT_SECRET = "your-value", GOOGLE_REFRESH_TOKEN = "your-value" }
tools = []

Notes: Package may not exist on npm — verify before use.