Google Drive MCP
Search, read, create, and share files in Google Drive. Access Docs, Sheets, and Slides content.
Overview
| Catalog ID | mcp-gdrive |
| Category | docs |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
search_files | Search Google Drive files. |
read_file | Read file content. |
create_file | Create a new file. |
share_file | Share a file. |
list_folder | List files in a folder. |
Tool parameters
search_files
Search Google Drive files.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | required | Search query |
mime_type | string | optional | Filter by MIME type |
max_results | integer | optional | Max results |
read_file
Read file content.
| Parameter | Type | Description | |
|---|---|---|---|
file_id | string | required | File ID |
create_file
Create a new file.
| Parameter | Type | Description | |
|---|---|---|---|
name | string | required | File name |
content | string | required | File content |
mime_type | string | optional | MIME type |
parent_id | string | optional | Parent folder ID |
share_file
Share a file.
| Parameter | Type | Description | |
|---|---|---|---|
file_id | string | required | File ID |
email | string | required | Email to share with |
role | string | required | Permission role |
list_folder
List files in a folder.
| Parameter | Type | Description | |
|---|---|---|---|
folder_id | string | required | Folder ID |
max_results | integer | optional | Max results |
Installing
- In Cendriix, go to Settings → MCPs
- Find Google Drive and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on