Google Drive for your agents.
Connect Google Drive once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Drive.
What agents can do with Google Drive
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-drive_list_filesList or search files. `q` is a Drive query, e.g. "name contains 'report'".
google-drive_get_fileFetch a file's metadata by id.
google-drive_create_folderCreate a folder (an empty file with the folder mime type). Set `name`, `mimeType` to "application/vnd.google-apps.folder", and optionally `parents` (array of parent folder ids).
google-drive_update_fileUpdate a file's metadata (e.g. rename via `name`, or star/trash flags). Only send the fields you want to change.
google-drive_delete_filePermanently delete a file by id (bypasses the trash). The user must own the file.
google-drive_copy_fileCreate a copy of a file. Optionally set `name` and `parents` (array of destination folder ids) in the body.
google-drive_export_fileExport a Google-native doc (Docs, Sheets, Slides) to another format. `mimeType` is the target format, e.g. application/pdf or text/plain. Does not work on binary files (use get_file with alt=media for those).
google-drive_create_permissionShare a file or folder by granting a permission. `role` is reader/commenter/writer/owner; `type` is user/group/domain/anyone; set `emailAddress` for user/group grants.
google-drive_list_permissionsList the permissions (sharing settings) for a file or folder.
google-drive_get_aboutGet storage quota and general Drive metadata about the user's account.
google-drive_delete_permissionRemove a permission (unshare) from a file or folder.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Drive to Even: call connect_begin("google-drive") on the even-connect MCP and walk me through it.
Search Google Drive files by name or query and create new folders for organization.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.