Enables interaction with Google Drive files and folders through a Machine Control Protocol (MCP) interface.
Gdrive allows users to programmatically interact with Google Drive by providing an MCP interface. This server offers features such as file searching, content retrieval, and metadata access, all secured with OAuth authentication and token persistence. Supporting both HTTP and stdio transport modes, Gdrive provides a flexible solution for integrating Google Drive functionality into various applications, including seamless integration with Claude Desktop.
主な機能
01Get file content and metadata
023 GitHub stars
03OAuth authentication with token persistence
04Search for files in Google Drive
05Integration with Claude Desktop
06HTTP and stdio transport modes
ユースケース
01Enabling Claude Desktop to interact with files stored in Google Drive.
02Building applications that require programmatic access to Google Drive data.
03Integrating Google Drive file access into automated workflows.