Googledrive

Googledrive

Google Drive is a cloud storage solution for uploading, sharing, and collaborating on files across devices, with robust search and offline access

3405VIEWS
606USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app googledrivenpx @composio/cli add cursor --app googledrivenpx @composio/cli add cursor --app googledrivenpx @composio/cli add cursor --app googledrive

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add File Sharing Preference

Modifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.

Copy File

Duplicates an existing file in google drive, identified by its `file id`.

Create Comment

Tool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.

Create Shared Drive

Tool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.

Create File Or Folder

Creates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).

Create A File From Text

Creates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.

Create A Folder

Creates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail.

Create Reply

Tool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.

Create Shortcut To File/folder

Tool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it.

Delete Comment

Deletes a comment from a file. use when you need to remove a specific comment from a google drive file.

Delete Shared Drive

Tool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified).

Delete Permission

Deletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.

Delete Reply

Tool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.

Download A File From Google Drive

Downloads a file from google drive by its id. for google workspace documents (docs, sheets, slides), optionally exports to a specified `mime type`. for other file types, downloads in their native format regardless of mime type.

Edit File

Updates an existing google drive file by overwriting its entire content with new text (max 10mb).

Empty Trash

Tool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.

Modify File Labels

Modifies the set of labels applied to a file. returns a list of the labels that were added or modified. use when you need to programmatically change labels on a google drive file, such as adding, updating, or removing them.

Find File

Tool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder.

Find Folder

Tool to find a folder in google drive by its name and optionally a parent folder. use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents.

Generate File Ids

Generates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies.

20 actions available