Skip to main content

Google Drive

Deploys up to 22 MCP tools for managing Google Drive files, folders, permissions, and shared drives.

Shared Configuration

FieldRequiredDescription
OAuth ConnectionYesGoogle OAuth connection. Set up in the Connections page first. Make sure to enable the Google Drive API and add the auth/drive scope.

Included Tools

ToolDescription
google_drive_copy_fileCreate a copy of the specified file
google_drive_delete_file_permanentPermanently delete a file (cannot be undone)
google_drive_export_fileExport Google Workspace files to different formats
google_drive_upload_fileUpload a file to Google Drive from a URL or content
google_drive_create_folderCreate a new, empty folder
google_drive_move_fileMove a file from one folder to another
google_drive_create_file_from_textCreate a new file from plain text
google_drive_remove_file_permissionRemove specific user access to a file
google_drive_replace_fileUpload new content to replace an existing file
google_drive_create_shared_driveCreate a new shared drive (Team Drive)
google_drive_add_file_sharingAdd a sharing permission to a file
google_drive_create_shortcutCreate a shortcut to a file
google_drive_update_metadataUpdate file or folder metadata
google_drive_renameUpdate the name of a file or folder
google_drive_delete_fileMove a file to the trash
google_drive_list_filesRetrieve a list of files based on query parameters
google_drive_get_fileGet a file or folder by its ID
google_drive_get_permissionsList all users who have access to a file
google_drive_find_fileSearch for a specific file by name
google_drive_find_folderSearch for a specific folder by name
google_drive_find_or_create_fileFind a file by name, or create one if not found
google_drive_find_or_create_folderFind a folder by name, or create one if not found