domdomegg/google-drive-mcp
If you are the rightful owner of google-drive-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP server for Google Drive - list, search, upload, download, and manage files and folders.
Tools
Functions exposed to the LLM to take actions
files_list
List/search files using Drive query syntax
file_get
Get file metadata
file_download
Download file content (supports export for Google Docs/Sheets)
file_upload
Upload a new file
file_update
Update file content or metadata
file_copy
Copy a file
file_move
Move a file to a different folder
file_trash
Move to trash
file_untrash
Restore from trash
file_delete
Permanently delete
folder_create
Create a new folder
comments_list
List comments on a file
comment_get
Get a comment and its replies
comment_create
Add a comment to a file
comment_reply
Reply to a comment
comment_resolve
Resolve or unresolve a comment
replies_list
List replies to a comment
reply_get
Get a specific reply
reply_update
Update a reply
reply_delete
Delete a reply
permissions_list
List who has access to a file
permission_get
Get a specific permission
permission_create
Share a file with a user, group, domain, or anyone
permission_update
Change a user's access level
permission_delete
Revoke access to a file
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client