gdrive-mcp-server
If you are the rightful owner of gdrive-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A server that provides MCP (Machine Control Protocol) interface to interact with Google Drive files and folders.
The Google Drive MCP Server is designed to facilitate seamless interaction with Google Drive files and folders through a Machine Control Protocol interface. It supports searching for files, retrieving file content and metadata, and utilizes OAuth authentication with token persistence for secure access. The server can operate in both HTTP and stdio transport modes, making it versatile for different use cases. It requires Python 3.12 or higher and Google Drive API credentials for setup. The server is particularly useful for developers looking to integrate Google Drive functionalities into their applications or workflows.
Features
- Search for files in Google Drive
- Get file content and metadata
- OAuth authentication with token persistence
- HTTP and stdio transport modes