MCP Google Drive Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth client ID. | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth client secret. | |
| GOOGLE_REFRESH_TOKEN | Yes | Your Google OAuth refresh token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gdrive_listB | List files and folders in a specific directory or root folder |
| gdrive_create_folderC | Create a new folder in Google Drive |
| gdrive_read_fileA | Read the content of a Google Drive file as text |
| gdrive_write_fileC | Create a new text file or overwrite an existing file with content |
| gdrive_update_fileC | Update the content of an existing text file in Google Drive |
| gdrive_delete_fileA | Move a file or folder to trash or delete it permanently |
| gdrive_searchB | Search for files and folders using Google Drive Query syntax |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrbit-dev/mcp-google-driver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server