Google Drive — Cloud Storage, Files & Document Management
Access and manage Google Drive files natively. Search, read, upload, and organize documents, spreadsheets, and folders — bringing your entire cloud workspace into your AI agent's reach.
Your Cloud Workspace, Fully Connected
Google Drive is the world's most widely adopted cloud storage platform, holding billions of documents, spreadsheets, presentations, and media files. By connecting it to OpenClaw, your AI agent gains direct read and write access to everything you store in the cloud — turning scattered files into a unified, searchable knowledge base that the agent can query, summarize, and update on your behalf.
- Full-Text Search: Find any file by name or content across your entire Drive in seconds, no matter how deeply it's nested.
- Read & Summarize: Extract text from Docs, Sheets, and PDFs, then generate concise summaries or answer questions about the content.
- Upload & Organize: Create new files, move items between folders, and keep your Drive tidy without ever opening a browser tab.
- Share & Collaborate: Manage permissions, generate share links, and notify collaborators when a document has been updated by the agent.
Configuration
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "@mcp/google-drive-server"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token"
}
}
}Create an OAuth 2.0 credential in the Google Cloud Console and grant Drive scopes to obtain the tokens.
Top Prompts
- "Search my Drive for any contract signed in 2024 and list the file names with links."
- "Read the Q3 financial spreadsheet and give me a one-paragraph summary of revenue trends."
- "Upload the meeting notes I just drafted to the 'Projects/Alpha' folder as a Google Doc."
- "Find all files shared with me last week that I haven't opened yet and summarize each one."
</ Add to your README
If you use this skill in your project, add the badge to your GitHub README:
[](https://clawdbot.space/en/skills/mcp-google-drive?ref=badge&utm_source=mcp-google-drive&utm_medium=readme&utm_campaign=skill-page)