← toolsGoogle Drive MCP Server
Enables AI agents to interact with Google Drive through the Model Context Protocol. Supports listing, reading, creating, and searching files and folders in Google Drive. Access is scoped by OAuth consent, allowing users to control which files the agent can access.
Security Assessment
| Level | caution |
| Permissions | read:files, write:files, list:folders, search:files |
| Data Exposure | content |
| Requires Supervisor | No |
| Risk Notes | Read/write access to Google Drive files. Scoped by OAuth. |
Integration
| Type | mcp-server |
| Package | @modelcontextprotocol/server-gdrive |
| Auth | oauth |
Capabilities
| Actions | list_files, read_file, create_file, search_files, list_folders |
| Input Types | text, json |
| Output Types | text, json, binary |
| When to Use | When the agent needs to read or manage files stored in Google Drive. |
| When NOT to Use | When working with local filesystem or other cloud storage like S3 or R2. |
Category: productivity · Free tier: Yes · Google Drive API is free; storage costs apply to Google Workspace plans. · Source
Collected: 2026-03-15 from https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive