Google Drive
OfficialFeatured
🗄️ Data & Files
Access and manage Google Drive files. List, search, read, and organize files and folders. Supports Docs, Sheets, and other Google Workspace formats.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"env": {
"GOOGLE_CLIENT_ID": "your-google-client-id-here",
"GOOGLE_CLIENT_SECRET": "your-google-client-secret-here"
}
}
}
}