Loading MCP server directory, please wait...
Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD
npx @getmcp/cli add io.github.us-all/google-driveRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.us-all/google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REFRESH_TOKEN": "",
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "",
"GOOGLE_IMPERSONATE_USER": "",
"GOOGLE_DRIVE_SCOPES": "",
"GOOGLE_DRIVE_ALLOW_WRITE": "false",
"GD_TOOLS": "",
"GD_DISABLE": ""
}
}
}
}