MCP Server
MCP
io.github.zayansalman/google-drive-files-mcp
Minimal MCP server for Google Drive file management and Google Sheets editing.
Install
uvx google-drive-files-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "google-drive-files-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Subcommand that runs the stdio MCP server.",
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Path to the Google OAuth client secret JSON. Default: $XDG_CONFIG_HOME/google-drive-files-mcp/credentials.json.",
"format": "filepath",
"name": "GDRIVE_FILES_MCP_CREDENTIALS"
},
{
"description": "Path to the cached Google OAuth refresh token. Default: $XDG_CONFIG_HOME/google-drive-files-mcp/token.json.",
"format": "filepath",
"isSecret": true,
"name": "GDRIVE_FILES_MCP_TOKEN"
},
{
"description": "Comma-separated Google OAuth scopes. Default: https://www.googleapis.com/auth/drive (full, required to move files).",
"format": "string",
"name": "GDRIVE_FILES_MCP_SCOPES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment